diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index b2a9458..f23906b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -79,6 +79,14 @@ mode: 0644 owner: root group: root + notify: + - reload systemd + tags: + - teamspeak + +# Perform the "reload systemd" handler now. +# Before we start using the new/changed .service file. +- meta: flush_handlers tags: - teamspeak |