fix(bootstrap): remove --asexplicit from pacstrap to preserve dependency metadata
This commit is contained in:
@@ -9,6 +9,6 @@
|
|||||||
| list
|
| list
|
||||||
}}
|
}}
|
||||||
ansible.builtin.command: >-
|
ansible.builtin.command: >-
|
||||||
pacstrap /mnt {{ bootstrap_archlinux_packages | join(' ') }} --asexplicit
|
pacstrap /mnt {{ bootstrap_archlinux_packages | join(' ') }}
|
||||||
register: bootstrap_result
|
register: bootstrap_result
|
||||||
changed_when: bootstrap_result.rc == 0
|
changed_when: bootstrap_result.rc == 0
|
||||||
|
|||||||
Reference in New Issue
Block a user