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

@@ -133,6 +133,7 @@
when:
- ansible_distribution == "Fedora"
- ansible_distribution_major_version > 21
- not is_atomic
changed_when: False
tags:
- bootstrap-os