Skip to content

Commit

Permalink
chmod on host tmp folder
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 10, 2023
1 parent 3469573 commit 8bd00c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/host/tasks/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
block:
- name: Remove tmp directories
shell: |
rm -Rf /tmp/*
rm -Rf /tmp/
mkdir /tmp
chmod 1777 /tmp
rm -Rf /root/.ansible/tmp/*
changed_when: false

0 comments on commit 8bd00c5

Please sign in to comment.