From f28a7807516d994223f0423cf057fddb9cb090bd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 29 Jul 2021 16:32:02 -0400 Subject: [PATCH] scripts/ansible: Update comments --- scripts/ansible | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 56896f90f..bd14bc7b5 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -4,7 +4,6 @@ # https://stackoverflow.com/questions/9952177/whats-the-meaning-of-the-parameter-e-for-bash-shell-command-line/9952249 # PLZ SEE http://FAQ.IIAB.IO > "What is Ansible and what version should I use?" -# https://github.com/iiab/iiab/tree/master/scripts/ansible.md # https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide#ansible APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint @@ -164,7 +163,7 @@ $APT_PATH/apt -y install python3-pip # #$APT_PATH/apt -y install \ # python3-pymysql python3-psycopg2 python3-passlib python3-pip \ -# python3-setuptools python3-packaging python3-venv +# python3-setuptools python3-packaging python3-venv virtualenv #$APT_PATH/apt -y --allow-downgrades install ansible-core \