Commit 20788762 authored by Alain Takoudjou's avatar Alain Takoudjou

vm-bootstrap playbook: always get netconfig file in case there is a change

parent d2e35b53
Pipeline #4277 skipped
- include: uploadlog.yml
when: is_playbook_ok == "False"
......@@ -9,7 +8,7 @@
file: dest=/etc/opt mode=775 state=directory
- name: Download configuration
get_url: url=http://10.0.2.100/netconfig.sh dest=/etc/opt/netconfig.sh mode=755
get_url: url=http://10.0.2.100/netconfig.sh dest=/etc/opt/netconfig.sh mode=755 force=yes
ignore_errors: True
- name: stat /etc/opt/netconfig.sh
......
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