feat(user): Set up user management for void
This commit is contained in:
parent
b3a13f112f
commit
a3df7eeb27
2 changed files with 35 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue