ref(base): Rename guest playbook to void_base

Sets up the void basics while other playbooks handle other things
This commit is contained in:
Marty Oehme 2025-02-21 15:34:08 +01:00
parent a3df7eeb27
commit f77a5c4e33
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@
register: python_install
changed_when: "'installed successfully' in python_install.stdout"
- name: Import chroot guest tasks
ansible.builtin.import_playbook: guest.yaml
- name: Import chroot void base tasks
ansible.builtin.import_playbook: void_base.yaml
- name: Import chroot user management tasks
ansible.builtin.import_playbook: void_user.yaml

View file

@ -101,7 +101,7 @@
ansible.builtin.command:
argv:
- xbps-reconfigure
- -f
- --force
- libc-locales
listen: glibc-locales-changed