fix typo
This commit is contained in:
parent
41e07611ee
commit
22812d7f6f
|
@ -5,12 +5,12 @@ Tested with Ansible version: 2.5.4
|
||||||
## Requirements
|
## Requirements
|
||||||
This playbook needs the Python AWS SDK installed (both boto & boto3)
|
This playbook needs the Python AWS SDK installed (both boto & boto3)
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo pip install boto boto3
|
sudo pip install boto boto3
|
||||||
# or
|
# or
|
||||||
pip install --user boto boto3
|
pip install --user boto boto3
|
||||||
# or use pipenv for a virtualenv setup..
|
# or use pipenv for a virtualenv setup..
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
@ -87,7 +87,7 @@ ok: [localhost]
|
||||||
TASK [Register the AWS_REGION environment variable.] ***************************************************************************************
|
TASK [Register the AWS_REGION environment variable.] ***************************************************************************************
|
||||||
ok: [localhost]
|
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]
|
skipping: [localhost]
|
||||||
|
|
||||||
TASK [Gather facts about all AMIs with given tag ] *****************************************************************************************
|
TASK [Gather facts about all AMIs with given tag ] *****************************************************************************************
|
||||||
|
|
Loading…
Reference in a new issue