mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
scripts/ansible: Cleaner commentary re apt then pip
This commit is contained in:
parent
186b3f1b9f
commit
1a58109f20
1 changed files with 1 additions and 2 deletions
|
@ -54,9 +54,8 @@ fi
|
|||
|
||||
# TEMPORARILY USE pip3 to install the latest ansible-core as listed at
|
||||
# https://pypi.org/project/ansible-core/ (REMOVE W/ "pip3 uninstall ansible-core")
|
||||
#apt install python3-pip
|
||||
#pip3 install ansible-core # Then start a new shell, so /usr/local/bin works
|
||||
#apt install python3-pymysql python3-psycopg2 python3-passlib python3-pip python3-setuptools python3-packaging python3-venv virtualenv
|
||||
#pip3 install ansible-core # Then start a new shell, so /usr/local/bin works
|
||||
#ansible-galaxy collection install -r collections.yml
|
||||
|
||||
# TEMPORARILY USE ansible-base 2.10.10 (REMOVE W/ "pip3 uninstall ansible-base")
|
||||
|
|
Loading…
Reference in a new issue