mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-09-22 17:50:50 +02:00
Fixing role for Rocky 8/9
This commit is contained in:
parent
b12f97a11f
commit
70172a2995
@ -14,6 +14,10 @@ platforms:
|
|||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
- name: ubuntu-latest
|
- name: ubuntu-latest
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
- name: rockylinux-8
|
||||||
|
image: rockylinux/rockylinux:8
|
||||||
|
- name: rockylinux-9
|
||||||
|
image: rockylinux/rockylinux:9
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
verifier:
|
verifier:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
community.general.dnf_config_manager:
|
community.general.dnf_config_manager:
|
||||||
name: crb
|
name: crb
|
||||||
state: enabled
|
state: enabled
|
||||||
when: ansible_os_family == 'RedHat' and ansible_distribution != 'Fedora'
|
when: ansible_os_family == 'RedHat' and ansible_distribution != 'Fedora' and ansible_distribution != 'Rocky'
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
|
Loading…
Reference in New Issue
Block a user