From 24b55cf890b0142b78fa061e4e35d5f5c6e665bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 22 Apr 2024 13:54:19 +0200 Subject: [PATCH] aur: Install dependencies before the packages themselves --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index d9a34f4..197a608 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: |