From 79f5221276f76cd78d800315e5f985ef2f7d529f Mon Sep 17 00:00:00 2001 From: Stefan Joosten Date: Sat, 21 Jan 2017 17:34:25 +0100 Subject: Fix issue #7 Display the Server Query Admin Account password and ServerAdmin privilege key. --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tasks/main.yml') diff --git a/tasks/main.yml b/tasks/main.yml index 9e619fc..43b69cc 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -58,3 +58,8 @@ name: teamspeak3-server state: started enabled: yes + +# Display Teamspeak 3 Server Token and Password if this is a new installation +# (a new installation has no userdata, and this is checked for in install.yml) +- include: display.yml + when: userdata.stat.exists is defined and userdata.stat.exists == False -- cgit v1.2.3-70-g09d2