mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
12 lines
332 B
YAML
12 lines
332 B
YAML
---
|
|
|
|
- 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
|