Make curl options for gpg stricter

This commit is contained in:
2024-04-22 15:58:28 +02:00
parent d8c6fd6699
commit f70309fedd

View File

@@ -229,8 +229,7 @@
preexec: |
#!/usr/bin/env bash
source ./env
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
- set_fact:
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"