From b0a2db30de7726499e12167fe35e27b476c346b9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 27 Apr 2021 14:06:44 -0400 Subject: [PATCH] scripts/ansible: yet another well-meaning blog post trying to decypher /etc/apt/trusted.gpg.d quagmire --- scripts/ansible | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ansible b/scripts/ansible index 9dfe3c5d4..97bf4923f 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -95,6 +95,7 @@ fi # 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 +# https://askubuntu.com/questions/1286545/what-commands-exactly-should-replace-the-deprecated-apt-key/1307181#1307181 # So we put .gpg key in repo iiab/iiab, also for reliable installs/containers. #echo -e "\napt update; install dirmngr; PPA to /etc/apt/sources.list.d/iiab-ansible.list\n"