docker: Add support for Fedora

This commit is contained in:
Timo Makinen 2023-04-07 15:27:28 +00:00
parent e1a5afcc86
commit b7cd657dce
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
docker_osname: >-
{% if ansible_distribution == 'Fedora' %}fedora{% else %}centos{% endif %}