diff --git a/scripts/ansible b/scripts/ansible index 55102f0e7..e2c427f1d 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -128,7 +128,7 @@ grep '^deb .*ansible' /etc/apt/sources.list /etc/apt/sources.list.d/*.list | gre echo -e "\napt update; apt install ansible-core and python3 dependencies explained at:" echo -e "https://github.com/iiab/iiab/tree/master/scripts/ansible.md\n" $APT_PATH/apt update -apt install python3-pip +$APT_PATH/apt -y install python3-pip pip3 install ansible-core #$APT_PATH/apt -y --allow-downgrades install ansible-core \ $APT_PATH/apt -y --allow-downgrades install \