diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-09 13:22:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-09 13:22:10 +0300 |
commit | 11f28355acef3c31f9da2a83bc309e6b33afab99 (patch) | |
tree | 7356204aa54ff07a0ee78db4614c03787288e0ca /roles/pacman/tasks/main.yml | |
parent | workflows/run: add hosts filtering (diff) | |
download | maintenance-11f28355acef3c31f9da2a83bc309e6b33afab99.tar.gz maintenance-11f28355acef3c31f9da2a83bc309e6b33afab99.zip |
flush_handlers where needed
Diffstat (limited to '')
-rw-r--r-- | roles/pacman/tasks/main.yml | 6 |
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 |