Add support for fedora atomic host (#1779)

* don't try to install this rpm on fedora atomic

* add docker 1.13.1 for fedora

* built-in docker unit file is sufficient, as tested on both fedora and centos atomic
This commit is contained in:
Jason Brooks
2017-10-16 00:03:33 -07:00
committed by Matthew Mosesohn
parent 6ec45b10f1
commit f2235be1d3
4 changed files with 2 additions and 44 deletions

View File

@@ -24,13 +24,6 @@
notify: restart docker
when: not (ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] or is_atomic)
- name: Write docker.service systemd file for atomic
template:
src: docker_atomic.service.j2
dest: /etc/systemd/system/docker.service
notify: restart docker
when: is_atomic
- name: Write docker options systemd drop-in
template:
src: docker-options.conf.j2