Update only those variable that are specified in config

This commit is contained in:
a@a.ru 2019-05-15 16:14:10 +03:00
parent a0f2b1a82d
commit c1daf4dd8b
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"