mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Add check and ignore installation errors in --check
mode
- addresses #280
This commit is contained in:
parent
d9361630a9
commit
cc1171a9f7
@ -10,6 +10,7 @@
|
||||
name: "{{ docker_package }}"
|
||||
state: "{{ docker_package_state }}"
|
||||
notify: restart docker
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
|
||||
- name: Ensure Docker is started and enabled at boot.
|
||||
service:
|
||||
|
Loading…
Reference in New Issue
Block a user