aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/config.yml
diff options
context:
space:
mode:
authorStefan Joosten <stefan@sjoosten.nl>2016-08-26 00:31:49 +0200
committerStefan Joosten <stefan@sjoosten.nl>2016-08-26 00:31:49 +0200
commit9f7b61ea916c73b556d19b5c1d982ea9e5fb007f (patch)
tree84c0ad246251245224e63de848742625d878f481 /tasks/config.yml
parentbe6b41e5c246d4c249c3d068b543a0f97326f3ac (diff)
parent7ef374edd6f40c1d8a754fdd58dba22efb707932 (diff)
downloadansible-teamspeak-9f7b61ea916c73b556d19b5c1d982ea9e5fb007f.tar.gz
ansible-teamspeak-9f7b61ea916c73b556d19b5c1d982ea9e5fb007f.tar.xz
ansible-teamspeak-9f7b61ea916c73b556d19b5c1d982ea9e5fb007f.zip
Merge branch 'issue3'
Add the functionality to include a TeamSpeak 3 Server license file. Close issue #3
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 }}"