Initial Oracle support

This commit is contained in:
Mike Reeves
2023-07-13 09:24:01 -04:00
parent b915cea52f
commit 68f5c9965a

View File

@@ -3,7 +3,7 @@
include: include:
{% if GLOBALS.os == 'CentOS Stream' %} {% if GLOBALS.os == 'CentOS Stream' %}
- repo.client.centos - repo.client.centos
{% elif GLOBALS.os == 'ol9' %} {% elif GLOBALS.os == 'OEL' %}
- repo.client.oracle - repo.client.oracle
{% else %} {% else %}
- repo.client.{{grains.os | lower}} - repo.client.{{grains.os | lower}}