Support Fedora 28

This commit is contained in:
Giacomo Longo
2018-09-19 19:57:20 +02:00
parent 34d1f0bff2
commit 492b3e525d
10 changed files with 86 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
[docker-ce]
name=Docker-CE Repository
baseurl={{ docker_fedora_repo_base_url }}
enabled=1
gpgcheck=1
gpgkey={{ docker_fedora_repo_gpgkey }}
{% if http_proxy is defined %}proxy={{ http_proxy }}{% endif %}