Skip to content

Commit 3d8b43d

Browse files
committed
Clean up temporary directories as root, host tests may have changed
ownership to root.
1 parent 0a588a1 commit 3d8b43d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,5 @@
191191
loop:
192192
- "{{ repo_tmpdir.path }}"
193193
- "{{ results_tmpdir.path }}"
194+
# Some files used by host tests may now be owned by root
195+
become: true

0 commit comments

Comments
 (0)