summaryrefslogtreecommitdiffstats
path: root/roles/gnome/handlers
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-12 23:14:26 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-12 23:14:26 +0100
commite807a5b9e0bc3f2b96282d41807610656fa7874b (patch)
treeaf0a7f5926d6e276dc1f66e4c73f7b4e2214864a /roles/gnome/handlers
parent20cd9cd0983f4efe038cb486aa649e7dd8ea7366 (diff)
Add reboot to the playbook as post_task (controlled by flag)
Diffstat (limited to 'roles/gnome/handlers')
-rw-r--r--roles/gnome/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/gnome/handlers/main.yml b/roles/gnome/handlers/main.yml
new file mode 100644
index 00000000..5b3adc50
--- /dev/null
+++ b/roles/gnome/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: "Require reboot"
+ ansible.builtin.set_fact:
+ # This flag is used to trigger a post_task of rebooting after the playbook finishes
+ reboot_required: true