chore: move out the base roles

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-12 21:05:18 +02:00
parent bc2d4a291e
commit 0283426127
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8
10 changed files with 4 additions and 4 deletions

View file

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

View file

@ -4,8 +4,8 @@
- name: Scripts
ansible.builtin.include_tasks: scripts.yml
tags: user/base/scripts
tags: base/user/scripts
- name: Desktop utilities
ansible.builtin.include_tasks: desktop-utilities.yml
tags: user/base/desktop-utilities
tags: base/user/desktop-utilities