diff options
author | Stefan <stefan@sjoosten.nl> | 2016-08-23 16:34:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-23 16:34:45 +0200 |
commit | 5f98c5659e7341d07c849261abcf283184104568 (patch) | |
tree | 79f078b91ed8dece4638416016f662c6f7d7782c /tasks/main.yml | |
parent | 9c055a880110226dfae26db9a92a7d6c34b7bb11 (diff) | |
parent | 7a8008c94ce13515cd500d7b5ccfd1798690d765 (diff) | |
download | ansible-teamspeak-5f98c5659e7341d07c849261abcf283184104568.tar.gz ansible-teamspeak-5f98c5659e7341d07c849261abcf283184104568.tar.xz ansible-teamspeak-5f98c5659e7341d07c849261abcf283184104568.zip |
Merge pull request #10 from EggieCode/issue-e1
Patches to fix issue #1. Thank you.
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 3486eb2..4d93664 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -67,6 +67,9 @@ notify: - Restart TeamSpeak 3 Server +- include: config.yml + when: teamspeak_ini is defined or teamspeak.ini_file is none and teamspeak_ini.disable is false + - name: Install TeamSpeak 3 systemctl service file template: src: teamspeak3-server.service.j2 |