From 2f63409b7eef2a0af35dec8fe191b9838b3508ee Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 20 Aug 2020 08:33:24 -0400 Subject: [PATCH] scripts/ansible: temp workaround (revert to Ansible 2.9.6) mitigating #2481 --- scripts/ansible | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 427cee045..5ef5269cb 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -68,7 +68,11 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian echo -e "\napt update; install dirmngr; PPA to /etc/apt/sources.list.d/iiab-ansible.list\n" apt update apt -y install dirmngr - echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu bionic main" \ + #echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu bionic main" \ + # > /etc/apt/sources.list.d/iiab-ansible.list + + # 2020-08-20: TEMP WORKAROUND (REVERT TO ANSIBLE 2.9.6) MITIGATING #2481 (Ansible 2.9.12 and 2.10.0's 666-TO-600 file permissions problem). This installs 2.9.6-1ppa~disco onto RaspiOS, from https://launchpad.net/~ansible/+archive/ubuntu/ansible + echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu disco main" \ > /etc/apt/sources.list.d/iiab-ansible.list echo -e '\nIF YOU FACE ERROR "signatures couldn'"'"'t be verified because the public key is not available" THEN REPEATEDLY RE-RUN "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 93C4A3FD7BB9C367"\n'