diff options
author | Stefan <stefan@sjoosten.nl> | 2017-01-21 14:54:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-21 14:54:26 +0100 |
commit | b906c3938f481ca9ab9e33a5dc2f791eef5bf5b1 (patch) | |
tree | 469cbc0570ae17aa2131829b7efbfb0b4378ef2b /handlers | |
parent | 279435937cf79084ca4e105ed66a1fe1947d4f88 (diff) | |
parent | 0b95860376f4030bc74c9dbb72dcc17a3cd69e12 (diff) | |
download | ansible-teamspeak-b906c3938f481ca9ab9e33a5dc2f791eef5bf5b1.tar.gz ansible-teamspeak-b906c3938f481ca9ab9e33a5dc2f791eef5bf5b1.tar.xz ansible-teamspeak-b906c3938f481ca9ab9e33a5dc2f791eef5bf5b1.zip |
Merge pull request #14 from EggieCode/bugfix
Bugfix with create_default_virtualserver accepted. Thank you.
Diffstat (limited to 'handlers')
-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: |