Files
2026-06-03 14:11:30 -04:00

6 lines
271 B
Plaintext

{% from 'vars/globals.map.jinja' import GLOBALS %}
{# OL10 test path uses public repos; skip the SO repo state (which removes public repos and points at /nsm/repo) #}
{% if GLOBALS.os == 'OEL' and GLOBALS.os_version|int == 9 %}
include:
- repo.client.oracle
{% endif %}