Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
reelsense committed Jun 12, 2018
1 parent 22812d7 commit 927566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanup_ami_snapshots/test/deploy_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
aws_region_env_var: "{{ lookup('env', 'AWS_REGION') }}"
register: aws_region_env_var

- name: Fail if the AWs_REGION environemtn var is not set
- name: Fail if the AWS_REGION environment var is not set
fail:
msg: "The AWS_REGION environment variable is not set"
when: not aws_region_env_var
Expand Down

0 comments on commit 927566e

Please sign in to comment.