docker: Add support for Fedora
This commit is contained in:
parent
e1a5afcc86
commit
b7cd657dce
2 changed files with 4 additions and 1 deletions
3
roles/docker/defaults/main.yml
Normal file
3
roles/docker/defaults/main.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
docker_osname: >-
|
||||
{% if ansible_distribution == 'Fedora' %}fedora{% else %}centos{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue