chore: rename ‹base› group of roles

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-12-12 13:36:54 +01:00
parent f40dd9b38b
commit 8e8c31c1f1
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8
10 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
when: ansible_distribution in [ "AlmaLinux", "CentOS" ] when: ansible_distribution in [ "AlmaLinux", "CentOS" ]
# Upgrade all packages and install the basic-bitch ones # Upgrade all packages and install the basic-bitch ones
- role: base/system - role: base_system
become: true become: true
# Enable Cockpit # Enable Cockpit
@ -37,7 +37,7 @@
tags: sshd tags: sshd
# Handle basic user configuration # Handle basic user configuration
- base/desktop - base_desktop
# Shell utilities # Shell utilities
- role: shell/zsh - role: shell/zsh