From 7739c98a8136d8ed696a93a27c034268741403cc Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 20 Jun 2018 19:37:25 -0400 Subject: [PATCH] Ansible needs dirmngr but not python-pip python-setuptools python-wheel patch --- scripts/ansible-2.5.x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ansible-2.5.x b/scripts/ansible-2.5.x index 53b076388..a2be87da2 100755 --- a/scripts/ansible-2.5.x +++ b/scripts/ansible-2.5.x @@ -39,7 +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 python-pip python-setuptools python-wheel patch + #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.5/ubuntu xenial main" \