aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/tasks
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-08-09 13:22:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-08-09 13:22:10 +0300
commit11f28355acef3c31f9da2a83bc309e6b33afab99 (patch)
tree7356204aa54ff07a0ee78db4614c03787288e0ca /roles/apt/tasks
parentworkflows/run: add hosts filtering (diff)
downloadmaintenance-11f28355acef3c31f9da2a83bc309e6b33afab99.tar.gz
maintenance-11f28355acef3c31f9da2a83bc309e6b33afab99.zip
flush_handlers where needed
Diffstat (limited to 'roles/apt/tasks')
-rw-r--r--roles/apt/tasks/main.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/roles/apt/tasks/main.yml b/roles/apt/tasks/main.yml
index 2d31607..f00d4fd 100644
--- a/roles/apt/tasks/main.yml
+++ b/roles/apt/tasks/main.yml
@@ -14,7 +14,10 @@
notify:
- Reboot
- Wait for connectivity
-
+
+ - name: Flush handlers
+ meta: flush_handlers
+
- name: Clean up dependencies
apt:
autoremove: yes
@@ -22,3 +25,6 @@
notify:
- Reboot
- Wait for connectivity
+
+ - name: Flush handlers
+ meta: flush_handlers