Skip to content

Commit

Permalink
If the docker daemon is not installed yet, then it cannot be stopped …
Browse files Browse the repository at this point in the history
…at this time (it's ok, so the `ignore_errors` was added)
  • Loading branch information
blackandred committed Apr 26, 2019
1 parent 6214ba5 commit fc1ff65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
systemd:
name: docker
state: stopped
ignore_errors: yes
when: docker_is_not_running.stdout|bool or enforce_docker_update|bool

- name: Install docker from main repository
Expand Down

0 comments on commit fc1ff65

Please sign in to comment.