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 148
148
failed_when : host_results.rc not in [0, 1]
149
149
register : host_results
150
150
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
152
152
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
155
155
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
157
157
become : true
158
158
159
159
always :
You can’t perform that action at this time.
0 commit comments