From 653096f599e5845d56aff06f624cab96162368c4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 5 Sep 2018 17:59:31 -0400 Subject: [PATCH] Update ansible --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index a7f867340..35962bb86 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -41,8 +41,8 @@ if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant # Parens are optional, but greatly clarify :) 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 - apt -y install software-properties-common - apt-add-repository -y ppa:ansible/ansible + apt -y install software-properties-common # adds command "apt-add-repository" + apt-add-repository -y ppa:ansible/ansible # 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