feat(user): Set up user management for void

This commit is contained in:
Marty Oehme 2025-02-21 12:43:14 +01:00
parent b3a13f112f
commit a3df7eeb27
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 35 additions and 0 deletions

View file

@ -15,6 +15,9 @@
- name: Import chroot guest tasks
ansible.builtin.import_playbook: guest.yaml
- name: Import chroot user management tasks
ansible.builtin.import_playbook: void_user.yaml
# - I chose to use booster instead of dracut
# - easiest way to achieve this is before installing `base-system`
# to `echo 'ignorepkg=dracut' >> /etc/xbps.d/ignore-dracut.conf`