aur: Install dependencies before the packages themselves

This commit is contained in:
2024-04-22 13:54:19 +02:00
parent 686bbd0e34
commit 24b55cf890

View File

@@ -240,7 +240,7 @@
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
- set_fact:
aur_packages: "{{ aur_packages + aur_packages|map(attribute='dependencies', default=[]) | flatten }}"
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"
- name: install dependencies
shell: |