From 7ef374edd6f40c1d8a754fdd58dba22efb707932 Mon Sep 17 00:00:00 2001 From: Stefan Joosten Date: Thu, 25 Aug 2016 23:51:03 +0200 Subject: Made location of source license file configurable. This also makes it possible to use different license files for different hosts. --- tasks/install_license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks/install_license.yml') 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 }}" -- cgit v1.2.3-70-g09d2