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" \