fix logic bug

This commit is contained in:
a@a.ru 2019-04-09 19:17:59 +03:00
parent e34e739204
commit 2112c6ec4f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
object: all.yml
src: "{{ playbook_dir }}/group_vars/all.yml.temp"
mode: put
when: stat_result.stat.exists == True and upload_config_to_s3|bool == True
when: upload_config_to_s3|bool == True and stat_result.stat.exists == True
- name: Remove temp file
file: