Commit 7626fd76 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Fix typo

parent 25fd833e
......@@ -31,10 +31,10 @@
register: hosts_file
- shell: rm -rf /opt/upgrader/playbook-tmp
when: hosts.stat.exists == True
when: hosts_file.stat.exists == True
- shell: cp -R /opt/upgrader/tmp /opt/upgrader/playbook-tmp
when: hosts.stat.exists == True
when: hosts_file.stat.exists == True
- name: Save new archive MD5
stat: path=/opt/upgrader/archive.tar.gz
......
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