Commit f70c5397 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: imt-vm-bootstraps waits longer to upload logs

TODO: we should make sure the logs are properly uploaded before exiting
parent 311c2a4c
Pipeline #24367 failed with stage
in 0 seconds
...@@ -39,9 +39,9 @@ ...@@ -39,9 +39,9 @@
- name: Remove periodical call of the ansible playbook - name: Remove periodical call of the ansible playbook
file: path=/etc/cron.d/ansible-vm-bootstrap state=absent file: path=/etc/cron.d/ansible-vm-bootstrap state=absent
- name: Wait 6 minutes to be sure logs are uploaded - name: Wait 16 minutes to be sure logs are uploaded
wait_for: wait_for:
timeout: 360 timeout: 960
- name: Remove periodical call of the upload log - name: Remove periodical call of the upload log
file: path=/etc/cron.d/ansible-upload-log state=absent file: path=/etc/cron.d/ansible-upload-log state=absent
......
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