summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/site.yml b/site.yml
index 4306529..e3cc5cc 100644
--- a/site.yml
+++ b/site.yml
@@ -6,3 +6,9 @@
- role: "partition"
- role: "bootstrap"
- role: "configure"
+ tasks:
+ - name: "Reboot"
+ ansible.builtin.command: "reboot"
+ async: 1
+ poll: 0
+ changed_when: true