Commit 5e2f707b authored by Joanne Hugé's avatar Joanne Hugé

!fixup playbook: ignore errors for playbook reporting

parent 4111dd09
Pipeline #30654 failed with stage
in 0 seconds
......@@ -6,7 +6,7 @@
- name: Get monitor private directory path
shell: 'realpath $(dirname $(grep -lR "software_release_url = .*software/monitor/software.cfg" $(find /srv/slapgrid -type f -name "buildout.cfg")))/srv/monitor/private'
register: monitor_path
when: (monitor_path is succeeded) and (playbook_report | bool)
when: playbook_report | bool
ignore_errors: yes
- name: Create directory if it does not exist
......
5ca83ab7b99e21d42783ba9b7bce25b9cafc125267dd21682b9d622906998df6 -
c61fe273b976708c7664f941613df14e70651de9959709dafcbe171b03afe246 -
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