aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorEgbert Verhage <egbert@eggiecode.org>2016-08-22 10:55:17 +0200
committerEgbert Verhage <egbert@eggiecode.org>2016-08-22 10:55:17 +0200
commit5083bef62ea6530be43d5246d7732cbcbfbdb4c7 (patch)
tree444e31eef4e7a1f69cfafe4ffba49ec455dc9358 /tasks
parentf986e059343e124bfa4c404030359dd61cdeb9b0 (diff)
downloadansible-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.yml2
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: