From a69af41a36f18290e275e003051adf7e4d82cf3e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 20 Jun 2018 19:38:10 -0400 Subject: [PATCH] Update ansible --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index f46431834..5e9cf6dc7 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -39,8 +39,8 @@ if [ ! `command -v ansible-playbook` ]; then # "command -v" is POSIX compliant elif [ -f /etc/debian_version ] || (grep -qi raspbian /etc/*elease) ; then if ( ! grep -qi ansible /etc/apt/sources.list) && [ ! -f /etc/apt/sources.list.d/ansible ]; then apt update - apt -y install dirmngr #apt -y install dirmngr python-pip python-setuptools python-wheel patch + apt -y install dirmngr echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" \ >> /etc/apt/sources.list.d/iiab-ansible.list #echo "deb http://ppa.launchpad.net/ansible/ansible-2.4/ubuntu xenial main" \