Add RockyLinux support

This commit is contained in:
2024-04-16 01:14:05 +02:00
parent 344753fa5b
commit cc40bae858
7 changed files with 42 additions and 24 deletions

View File

@@ -38,7 +38,7 @@
vars_files: vars.yml
pre_tasks:
- name: Set ansible_python_interpreter
when: os | lower in ["almalinux", "rhel9", "rhel8"]
when: os | lower in ["almalinux", "rhel9", "rhel8", "rocky"]
set_fact:
ansible_python_interpreter: /usr/bin/python3
@@ -47,7 +47,7 @@
that:
- hypervisor in ["libvirt", "proxmox", "vmware", "none"]
- filesystem in ["btrfs", "ext4", "xfs"]
- os in ["archlinux", "almalinux", "debian11", "debian12", "fedora"]
- os in ["archlinux", "almalinux", "debian11", "debian12", "fedora", "rocky"]
fail_msg: "Invalid input specified, please try again"
- name: Set connection