From 552bca0df91ee4e09152d3a2548d7157bad2c59a Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 13 Sep 2018 21:06:28 +0200 Subject: Create skeleton for teamspeak_db to avoid errors This fixes the following error: The conditional check 'teamspeak_db.plugin == 'ts3db_mariadb'' failed. The error was: error while evaluating conditional (teamspeak_db.plugin == 'ts3db_mariadb'): 'teamspeak_db' is undefined --- defaults/main.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9ef0ad3..e6adae3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -14,13 +14,21 @@ teamspeak: teamspeak_ini_enabled: no teamspeak_ini_filename: ts3server.ini -#by setting this to true you accept to license included with teamspeak +# by setting this to true you accept to license included with teamspeak teamspeak_accept_license: false teamspeak_use_license: no teamspeak_license_srcfile: files/licensekey.dat teamspeak_licensepath: +teamspeak_db: + host: + port: + username: + password: + database: + plugin: + teamspeak_network: voice: default_port: 9987 -- cgit v1.2.3-70-g09d2