Skip to content

Commit

Permalink
thanks to @lukebakare #10
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Mar 17, 2023
1 parent 4d3f2b1 commit 9e42124
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 9e42124

Please sign in to comment.