Remove docker_restart_on_package_change option to correct warning; fixes #79

master
George Brighton 2018-07-22 22:13:02 +01:00
parent cbbbb4afe9
commit 470554872f
No known key found for this signature in database
GPG Key ID: E8FCF93156F8F6E3
3 changed files with 1 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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