From 3f9051b964f7e1d40184dc2edbfba53906d2a77b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Aug 2021 13:27:49 +0300 Subject: join handlers using listen: topic --- roles/pacman/tasks/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'roles/pacman/tasks') 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 -- cgit v1.2.3