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
|
register: python_install
|
||||||
changed_when: "'installed successfully' in python_install.stdout"
|
changed_when: "'installed successfully' in python_install.stdout"
|
||||||
|
|
||||||
- name: Import chroot guest tasks
|
- name: Import chroot void base tasks
|
||||||
ansible.builtin.import_playbook: guest.yaml
|
ansible.builtin.import_playbook: void_base.yaml
|
||||||
|
|
||||||
- name: Import chroot user management tasks
|
- name: Import chroot user management tasks
|
||||||
ansible.builtin.import_playbook: void_user.yaml
|
ansible.builtin.import_playbook: void_user.yaml
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
argv:
|
argv:
|
||||||
- xbps-reconfigure
|
- xbps-reconfigure
|
||||||
- -f
|
- --force
|
||||||
- libc-locales
|
- libc-locales
|
||||||
listen: glibc-locales-changed
|
listen: glibc-locales-changed
|
||||||
|
|
Loading…
Reference in a new issue