aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/tasks/main.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-09 13:27:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-09 13:27:49 +0300
commit3f9051b964f7e1d40184dc2edbfba53906d2a77b (patch)
treec47e3631a3fc6538c30bd4c8343ae13d238f552b /roles/pacman/tasks/main.yml
parentflush_handlers where needed (diff)
downloadmaintenance-3f9051b964f7e1d40184dc2edbfba53906d2a77b.tar.gz
maintenance-3f9051b964f7e1d40184dc2edbfba53906d2a77b.zip
join handlers using listen: topic
Diffstat (limited to 'roles/pacman/tasks/main.yml')
-rw-r--r--roles/pacman/tasks/main.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml
index fe56fea..31b4352 100644
--- a/roles/pacman/tasks/main.yml
+++ b/roles/pacman/tasks/main.yml
@@ -12,9 +12,7 @@
community.general.pacman:
update_cache: yes
upgrade: yes
- notify:
- - Reboot
- - Wait for connectivity
+ notify: reboot
- name: Flush handlers
meta: flush_handlers
@@ -47,9 +45,7 @@
community.general.pacman:
update_cache: yes
upgrade: yes
- notify:
- - Reboot
- - Wait for connectivity
+ notify: reboot
- name: Flush handlers
meta: flush_handlers