Fixes #180: Remove systemd 18.09.0 compatibility shim.

This commit is contained in:
Jeff Geerling
2019-12-16 10:34:30 -06:00
parent 0be83cb480
commit c59e9df561
3 changed files with 0 additions and 23 deletions

View File

@@ -11,10 +11,6 @@
state: "{{ docker_package_state }}"
notify: restart docker
# TODO: Remove this shim once 18.09.1 or later is released.
- import_tasks: docker-1809-shim.yml
when: ansible_service_mgr == 'systemd'
- name: Ensure Docker is started and enabled at boot.
service:
name: docker