aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/config.yml')
-rw-r--r--tasks/config.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tasks/config.yml b/tasks/config.yml
deleted file mode 100644
index 3a9035a..0000000
--- a/tasks/config.yml
+++ /dev/null
@@ -1,12 +0,0 @@
----
-# configuration tasks for teamspeak
-
-- name: "Configuration : Create TeamSpeak 3 Server configuration file"
- template:
- src: ts3server.ini.j2
- dest: "{{ ts3server_dir }}/{{ teamspeak_ini_filename }}"
- mode: 0644
- owner: "{{ teamspeak.user }}"
- group: "{{ teamspeak.user }}"
- notify:
- - Restart TeamSpeak 3 Server