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
|
||||
- name: ubuntu-latest
|
||||
image: ubuntu:latest
|
||||
- name: rockylinux-8
|
||||
image: rockylinux/rockylinux:8
|
||||
- name: rockylinux-9
|
||||
image: rockylinux/rockylinux:9
|
||||
provisioner:
|
||||
name: ansible
|
||||
verifier:
|
||||
|
@ -5,7 +5,7 @@
|
||||
community.general.dnf_config_manager:
|
||||
name: crb
|
||||
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
|
||||
ansible.builtin.package:
|
||||
|
Loading…
Reference in New Issue
Block a user