Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
Signed-off-by: fortinm <[email protected]>
  • Loading branch information
uk-bolly authored and mfortin committed Jun 7, 2024
1 parent 4d3f2b1 commit 747f23c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
args:
warn: false

- name: remount var_tmp
command: mount -o remount /var/tmp
args:
warn: false

- name: remount home
command: mount -o remount /home
args:
warn: false
- name: systemd daemon reload
systemd:
daemon_reload: true
Expand Down

0 comments on commit 747f23c

Please sign in to comment.