From 00ca70a4e8f413771d8a7623bf4dcc03790a9555 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 9 Feb 2021 20:07:35 +0100 Subject: [PATCH] Notify handler instead of updating apt cache as task --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index a5b43d8..ffbb116 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,10 +20,10 @@ apt_repository: repo: deb https://download.docker.com/linux/debian buster stable state: present + notify: Update apt cache -- name: Update apt cache - apt: - update_cache: yes +- name: Flush handlers + meta: flush_handlers - name: Configure docker daemon template: