aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/main.yml')
-rw-r--r--tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml
index c29fde0..b5dded6 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -48,6 +48,10 @@
when: not teamspeak_ini_enabled
# End of configuration
+# Restore from backups if they exist
+- include: restore_backup.yml
+ when: userdata.stat is defined and userdata.stat.exists == False
+
# Perform the running of handlers now
# So we can do "Reload systemd" (and possibly queued clean-up)
# before we start using the new/changed .service file.