aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pacman/tasks/main.yml')
-rw-r--r--roles/pacman/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml
index 64f2e4b..fe56fea 100644
--- a/roles/pacman/tasks/main.yml
+++ b/roles/pacman/tasks/main.yml
@@ -15,6 +15,9 @@
notify:
- Reboot
- Wait for connectivity
+
+ - name: Flush handlers
+ meta: flush_handlers
rescue:
- fail:
msg: Upgrading packages failed for an unknown reason!
@@ -47,3 +50,6 @@
notify:
- Reboot
- Wait for connectivity
+
+ - name: Flush handlers
+ meta: flush_handlers