mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Ansible needs dirmngr but not python-pip python-setuptools python-wheel patch
This commit is contained in:
parent
84b5ef14d1
commit
7739c98a81
1 changed files with 2 additions and 1 deletions
|
@ -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
|
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
|
if ( ! grep -qi ansible /etc/apt/sources.list) && [ ! -f /etc/apt/sources.list.d/ansible ]; then
|
||||||
apt update
|
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" \
|
#echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" \
|
||||||
# >> /etc/apt/sources.list.d/iiab-ansible.list
|
# >> /etc/apt/sources.list.d/iiab-ansible.list
|
||||||
echo "deb http://ppa.launchpad.net/ansible/ansible-2.5/ubuntu xenial main" \
|
echo "deb http://ppa.launchpad.net/ansible/ansible-2.5/ubuntu xenial main" \
|
||||||
|
|
Loading…
Reference in a new issue