From 11f28355acef3c31f9da2a83bc309e6b33afab99 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Aug 2021 13:22:10 +0300 Subject: flush_handlers where needed --- roles/apt/tasks/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'roles/apt/tasks') 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 -- cgit v1.2.3