File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 148148 failed_when : host_results.rc not in [0, 1]
149149 register : host_results
150150 when : " 'overcloud' in group_names"
151- # Some checks may need root hence we chmod the resulting html for reading
151+ # Some host checks may need to run as root
152152 become : true
153- # Host test results will be owned by root and unreadable - fix this
154- - name : Make StackHPC Cloud host test results readable
153+ # Host test results will be owned by root - we need to read and delete them
154+ - name : Change permissions on SCT host test results
155155 ansible.builtin.command :
156- cmd : chmod 644 {{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
156+ cmd : chmod 666 {{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
157157 become : true
158158
159159 always :
You can’t perform that action at this time.
0 commit comments