chore: rename ‹base› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
f40dd9b38b
commit
8e8c31c1f1
10 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue