This commit is contained in:
Mike Reeves
2023-07-21 17:18:03 -04:00
parent 8a3c2e7242
commit 48324911ce

View File

@@ -1,7 +1,7 @@
{% from 'vars/globals.map.jinja' import GLOBALS %} {% from 'vars/globals.map.jinja' import GLOBALS %}
{# we only want this state to run it is CentOS #} {# we only want this state to run it is CentOS #}
{% if GLOBALS.os == 'Rocky' %} {% if GLOBALS.os == 'OEL' %}
desktop_packages: desktop_packages:
@@ -327,6 +327,6 @@ desktop_packages:
desktop_packages_os_fail: desktop_packages_os_fail:
test.fail_without_changes: test.fail_without_changes:
- comment: 'SO desktop can only be installed on Rocky' - comment: 'SO desktop can only be installed on Oracle Linux'
{% endif %} {% endif %}