diff options
| -rw-r--r-- | handlers/main.yml | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/handlers/main.yml b/handlers/main.yml index 7726e91..b4789a2 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,8 +1,7 @@  ---  # handlers file for teamspeak -  - name: Reload systemd -  command: systemctl daemon-reload +  systemd: daemon-reload=yes  - name: Restart TeamSpeak 3 Server    service:  | 
