chore: rename ‹os› group of roles

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-12-12 16:04:19 +01:00
parent 4869b006ec
commit 0663aa96ce
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8
6 changed files with 2 additions and 2 deletions

View file

@ -4,11 +4,11 @@
gather_facts: true gather_facts: true
roles: roles:
# Handle distribution-specific changes before the generic ones # Handle distribution-specific changes before the generic ones
- role: os/fedora - role: os_fedora
become: true become: true
when: ansible_distribution == "Fedora" when: ansible_distribution == "Fedora"
- role: os/el - role: os_el
become: true become: true
when: ansible_distribution in [ "AlmaLinux", "CentOS" ] when: ansible_distribution in [ "AlmaLinux", "CentOS" ]