aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/install_license.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/install_license.yml')
-rw-r--r--tasks/install_license.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/install_license.yml b/tasks/install_license.yml
index b54b551..25c9365 100644
--- a/tasks/install_license.yml
+++ b/tasks/install_license.yml
@@ -9,7 +9,7 @@
- name: "License : Copy the license file"
copy:
- src: licensekey.dat
+ src: "{{ teamspeak_license_srcfile }}"
dest: "{{ teamspeak_licensepath if teamspeak_licensepath is not none else ts3server_dir }}/licensekey.dat"
owner: "{{ teamspeak.user }}"
group: "{{ teamspeak.user }}"