mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
scripts/ansible: Update comments
This commit is contained in:
parent
cedef1a972
commit
f28a780751
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
# https://stackoverflow.com/questions/9952177/whats-the-meaning-of-the-parameter-e-for-bash-shell-command-line/9952249
|
# 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?"
|
# 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
|
# https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide#ansible
|
||||||
|
|
||||||
APT_PATH=/usr/bin # Avoids problematic /usr/local/bin/apt on Linux Mint
|
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 \
|
#$APT_PATH/apt -y install \
|
||||||
# python3-pymysql python3-psycopg2 python3-passlib python3-pip \
|
# 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 \
|
#$APT_PATH/apt -y --allow-downgrades install ansible-core \
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue