Commit 3ec07440 by Han Su Kim

Removing EDX_ANSIBLE_DUMP_VARS from create backup copy

parent 8a0cf5ff
......@@ -42,7 +42,7 @@
copy: >
src={{ edx_ansible_var_file }}
dest={{ edx_ansible_var_file }}.old
when: edx_ansible_var_file_exists.stat.exists or EDX_ANSIBLE_DUMP_VARS
when: edx_ansible_var_file_exists.stat.exists
- name: dump all vars to yaml
template: src=dumpall.yml.j2 dest={{ edx_ansible_var_file }} mode=0600
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment