diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-12 23:14:26 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-12 23:14:26 +0100 |
| commit | e807a5b9e0bc3f2b96282d41807610656fa7874b (patch) | |
| tree | af0a7f5926d6e276dc1f66e4c73f7b4e2214864a /roles/gnome/tasks/install-archlinux.yml | |
| parent | 20cd9cd0983f4efe038cb486aa649e7dd8ea7366 (diff) | |
Add reboot to the playbook as post_task (controlled by flag)
Diffstat (limited to 'roles/gnome/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/gnome/tasks/install-archlinux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/gnome/tasks/install-archlinux.yml b/roles/gnome/tasks/install-archlinux.yml index 824f314e..5222ff3f 100644 --- a/roles/gnome/tasks/install-archlinux.yml +++ b/roles/gnome/tasks/install-archlinux.yml @@ -4,6 +4,7 @@ ansible.builtin.package: name: "{{ gnome_packages }}" state: "present" + notify: "Require reboot" - name: "Enable GDM display manager" become: true |
