Merge pull request #80 from gebn/issue-79
Remove docker_restart_on_package_change option to correct warning; fixes #79
This commit is contained in:
commit
5f89170809
|
@ -3,7 +3,6 @@
|
|||
docker_edition: 'ce'
|
||||
docker_package: "docker-{{ docker_edition }}"
|
||||
docker_package_state: present
|
||||
docker_restart_on_package_change: True
|
||||
|
||||
# Service options.
|
||||
docker_service_state: started
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
|
||||
- name: Ensure handlers are notified now to avoid firewall conflicts.
|
||||
meta: flush_handlers
|
||||
when: docker_restart_on_package_change
|
||||
|
||||
- include_tasks: docker-compose.yml
|
||||
when: docker_install_compose
|
||||
|
|
Loading…
Reference in New Issue
Block a user