fix repo state

This commit is contained in:
Mike Reeves
2023-06-29 08:53:00 -04:00
parent 884d669ae9
commit 17a04a75c9

View File

@@ -1,2 +1,6 @@
include:
{% if GLOBALS.os == 'CentOS Stream' %}
- repo.client.centos
{% else %}
- repo.client.{{grains.os | lower}}
{% endif %}