diff --git a/scripts/ansible b/scripts/ansible index db5e13737..b8e237956 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -92,7 +92,8 @@ if [ ! -f /etc/debian_version ]; then # e.g. RaspiOS, Ubuntu, Mint & Debian exit 1 fi -# 2021-04-26: JV & @holta WIP. The apt-key command is dangerous and going away: +# 2021-04-26: JV & @holta WIP. The apt-key command is going away, and the past +# practice of putting keys in /etc/apt/trusted.gpg.d is considered insecure: # https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html # So we put .gpg key in repo iiab/iiab, also for reliable installs/containers.