mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2024-05-15 15:01
This commit is contained in:
@@ -7,13 +7,15 @@
|
||||
description: "{{ item.desc }}"
|
||||
baseurl: "{{ item.url }}"
|
||||
gpgcheck: 1
|
||||
gpgkey: https://lemonldap-ng.org/_media/rpm-gpg-key-ow2
|
||||
gpgkey: "{{ item.gpg_key }}"
|
||||
priority: 80
|
||||
loop:
|
||||
- repo: lemonldap-ng
|
||||
url: https://lemonldap-ng.org/redhat/stable/$releasever/noarch
|
||||
desc: Lemonldap::NG
|
||||
gpg_key: https://lemonldap-ng.org/security/GPG-KEY-LLNG-SECURITY.asc
|
||||
- repo: lemonldap-ng-extras
|
||||
url: https://lemonldap-ng.org/redhat/extras/$releasever
|
||||
desc: Lemonldap::NG Extras packages
|
||||
gpg_key: https://lemonldap-ng.org/_media/rpm-gpg-key-ow2
|
||||
tags: repo
|
||||
|
Reference in New Issue
Block a user