Notify handler instead of updating apt cache as task
This commit is contained in:
parent
597535a65f
commit
00ca70a4e8
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue