ref(base): Rename guest playbook to void_base
Sets up the void basics while other playbooks handle other things
This commit is contained in:
parent
a3df7eeb27
commit
f77a5c4e33
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
ansible.builtin.command:
|
||||
argv:
|
||||
- xbps-reconfigure
|
||||
- -f
|
||||
- --force
|
||||
- libc-locales
|
||||
listen: glibc-locales-changed
|
||||
|
Loading…
Reference in a new issue