Skip to content

Commit

Permalink
Merge pull request #454 from vitessio/chmod-tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
frouioui authored Oct 10, 2023
2 parents 3469573 + 8bd00c5 commit 8370e59
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 8370e59

Please sign in to comment.