Skip to content

Commit

Permalink
Move up flush
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer authored Dec 7, 2023
1 parent 5a5e7aa commit c65869d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
((ansible_os_family == "RedHat" and ansible_distribution_major_version == "7") or
(ansible_os_family == "Debian"))

- name: force all notified handlers to run at this point, not waiting for normal sync points
meta: flush_handlers

- name: start docker
service: name=docker state=started

- name: enable docker service
service: name=docker enabled=yes

- name: force all notified handlers to run at this point, not waiting for normal sync points
meta: flush_handlers

when: docker_install | bool

- block:
Expand Down

0 comments on commit c65869d

Please sign in to comment.