From 22812d7f6f0cd8046b6992399ebe7fa77c145895 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Mon, 11 Jun 2018 15:30:02 -0700 Subject: [PATCH] fix typo --- cleanup_ami_snapshots/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cleanup_ami_snapshots/README.md b/cleanup_ami_snapshots/README.md index a3547a8..5884409 100644 --- a/cleanup_ami_snapshots/README.md +++ b/cleanup_ami_snapshots/README.md @@ -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 ] *****************************************************************************************