diff options
author | Egbert Verhage <egbert@eggiecode.org> | 2016-08-22 10:55:17 +0200 |
---|---|---|
committer | Egbert Verhage <egbert@eggiecode.org> | 2016-08-22 10:55:17 +0200 |
commit | 5083bef62ea6530be43d5246d7732cbcbfbdb4c7 (patch) | |
tree | 444e31eef4e7a1f69cfafe4ffba49ec455dc9358 /tasks | |
parent | f986e059343e124bfa4c404030359dd61cdeb9b0 (diff) | |
download | ansible-teamspeak-5083bef62ea6530be43d5246d7732cbcbfbdb4c7.tar.gz ansible-teamspeak-5083bef62ea6530be43d5246d7732cbcbfbdb4c7.tar.xz ansible-teamspeak-5083bef62ea6530be43d5246d7732cbcbfbdb4c7.zip |
Add: gitignore for vim swap files
Fixed: teamspeak.ini_file in defaults
Fixed: check if ini_file is not none on include of config.yml
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 35613bf..954dc52 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -68,7 +68,7 @@ - Restart TeamSpeak 3 Server - include: config.yml - when: teamspeak_ini is defined + when: teamspeak_ini is defined or teamspeak.ini_file is none - name: Install TeamSpeak 3 systemctl service file template: |