fix repo state

This commit is contained in:
Mike Reeves
2023-06-29 08:53:00 -04:00
parent 694ea743cc
commit 39c8766914

View File

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