This commit is contained in:
Bryan Black 2018-06-12 10:37:46 -07:00 committed by GitHub
parent 22812d7f6f
commit 927566e306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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