mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
|
{% if GLOBALS.os == 'OEL' %}
|
|
include:
|
|
- repo.client.oracle
|
|
{% endif %} |