Merge pull request #120 from ArseniiPetrovich/update_spec_vars

Update only those variable that are specified in config
This commit is contained in:
Victor Baranov 2019-05-15 17:54:41 +03:00 committed by GitHub
commit 9eb649ff51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@
secret_key: "{{ aws_secret_key|default(omit) }}"
profile: "{{ aws_profile|default(omit) }}"
region: "{{ aws_region|default(omit) }}"
with_dict: "{{ chain_env }}"
with_dict: "{{ chain_lower_env }}"
when: user_answer.user_input|lower != "false" and user_answer.user_input|lower != "no"