mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2025-01-03 16:20:54 +00:00
11 lines
238 B
Text
11 lines
238 B
Text
|
[r8-rockytools]
|
||
|
name = Rocky Infra Tools
|
||
|
baseurl = {{ kojid_buildtools_repo_url }}
|
||
|
enabled=1
|
||
|
{% if kojid_buildtools_repo_gpgcheck %}
|
||
|
gpgcheck=1
|
||
|
gpgkey=file:///etc/pki/rpm-gpg/kojid_buildtools_repo_gpgkey
|
||
|
{% else %}
|
||
|
gpgcheck=0
|
||
|
{% endif %}
|