Skip to content

Commit

Permalink
added systemd handler
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
  • Loading branch information
uk-bolly committed Mar 5, 2024
1 parent 7442e88 commit 78ba0a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
masked: false
state: reloaded

- name: Systemd_daemon_reload
ansible.builtin.systemd:
daemon-reload: true

- name: remount tmp
ansible.builtin.shell: mount -o remount /tmp

Expand Down

0 comments on commit 78ba0a9

Please sign in to comment.