summaryrefslogtreecommitdiffstats
path: root/roles/gnome/handlers
diff options
context:
space:
mode:
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