aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/config.yml
diff options
context:
space:
mode:
authorStefan Joosten <stefan@sjoosten.nl>2016-08-25 16:18:11 +0200
committerStefan Joosten <stefan@sjoosten.nl>2016-08-25 16:18:11 +0200
commit65fcd5834a953b460eb4c5ccc15aba3a2c0f34d4 (patch)
tree9e3f75e07bc616ff37639d10f060e1c2688d4f77 /tasks/config.yml
parentc3d215222a7dd7f2400f1f464f369d5628456d7e (diff)
downloadansible-teamspeak-65fcd5834a953b460eb4c5ccc15aba3a2c0f34d4.tar.gz
ansible-teamspeak-65fcd5834a953b460eb4c5ccc15aba3a2c0f34d4.tar.xz
ansible-teamspeak-65fcd5834a953b460eb4c5ccc15aba3a2c0f34d4.zip
Prettier task names
Diffstat (limited to 'tasks/config.yml')
-rw-r--r--tasks/config.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/tasks/config.yml b/tasks/config.yml
index 3e9f003..3a9035a 100644
--- a/tasks/config.yml
+++ b/tasks/config.yml
@@ -1,10 +1,7 @@
---
# configuration tasks for teamspeak
-- name: Set TeamSpeak 3 Server directory fact
- set_fact:
- ts3server_dir: "{{ teamspeak.home }}/{{ teamspeak.symlink }}/teamspeak3-server_linux_amd64"
-- name: Create TeamSpeak 3 Server configuration file
+- name: "Configuration : Create TeamSpeak 3 Server configuration file"
template:
src: ts3server.ini.j2
dest: "{{ ts3server_dir }}/{{ teamspeak_ini_filename }}"