From c3af81bfecefdb85b57847fda848471e714684c3 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 5 Sep 2018 18:22:33 -0400 Subject: [PATCH] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 53391b9a7..1bdb1035f 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -42,7 +42,7 @@ if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant elif (grep -qi ubuntu /etc/lsb-release 2> /dev/null) || (grep -qi ubuntu /etc/os-release); then #apt -y install python-pip python-setuptools python-wheel patch # 2018-09-05: fails on @kananigit's Ubuntu 18.04/Server. Fix @ https://github.com/iiab/iiab/pull/1091 apt -y install software-properties-common # adds command "apt-add-repository" - apt-add-repository -y ppa:ansible/ansible # adds correct line to correct file e.g. adds "deb http://ppa.launchpad.net/ansible/ansible/ubuntu bionic main" to /etc/apt/sources.list.d/ansible-ubuntu-ansible-bionic.list + apt-add-repository -y ppa:ansible/ansible # adds correct line to correct file e.g. adds line "deb http://ppa.launchpad.net/ansible/ansible/ubuntu bionic main" to /etc/apt/sources.list.d/ansible-ubuntu-ansible-bionic.list #apt-add-repository -y ppa:ansible/ansible-2.4 # elif UBUNTU MUST REMAIN ABOVE (as Ubuntu ALSO contains /etc/debian_version, which would trigger the line just below) elif [ -f /etc/debian_version ] || (grep -qi raspbian /etc/*elease) ; then