mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-17 11:00
This commit is contained in:
11
roles/repo_dalibolabs/tasks/main.yml
Normal file
11
roles/repo_dalibolabs/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: Configure dalibo labs repo
|
||||
yum_repository:
|
||||
name: dalibolabs
|
||||
description: Dalibo Labs - RHEL/CentOS/Rockylinux $releasever - $basearch
|
||||
baseurl: https://yum.dalibo.org/labs/RHEL$releasever-$basearch
|
||||
gpgcheck: True
|
||||
gpgkey: https://yum.dalibo.org/labs/dalibo-labs.asc
|
||||
priority: 50
|
||||
tags: repo,pg
|
Reference in New Issue
Block a user