aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/install.yml')
-rw-r--r--tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/install.yml b/tasks/install.yml
index afd4c8b..f7d6dab 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -35,7 +35,7 @@
# If user data has been found, this is an upgrade situation.
- include: ts3update.yml
- when: userdata.stat.exists is defined and userdata.stat.exists == True
+ when: userdata.stat is defined and userdata.stat.exists == True
# Created a new directory? Extract the files into it. Overwrites existing.
- name: "Install : Extract TeamSpeak {{ teamspeak.version }} Server files"