This commit is contained in:
Bryan Black 2018-06-11 15:30:02 -07:00 committed by GitHub
parent 41e07611ee
commit 22812d7f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@ Tested with Ansible version: 2.5.4
## Requirements
This playbook needs the Python AWS SDK installed (both boto & boto3)
```
sudo pip install boto boto3
# or
pip install --user boto boto3
# or use pipenv for a virtualenv setup..
```
```
sudo pip install boto boto3
# or
pip install --user boto boto3
# or use pipenv for a virtualenv setup..
```
## Variables
@ -87,7 +87,7 @@ ok: [localhost]
TASK [Register the AWS_REGION environment variable.] ***************************************************************************************
ok: [localhost]
TASK [Fail if the AWs_REGION environemtn var is not set] ***********************************************************************************
TASK [Fail if the AWS_REGION environment var is not set] ***********************************************************************************
skipping: [localhost]
TASK [Gather facts about all AMIs with given tag ] *****************************************************************************************