1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/ansible: Cleaner output

This commit is contained in:
A Holt 2021-05-25 12:43:02 -04:00 committed by GitHub
parent d360e25a9c
commit 365c6b44ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ $APT_PATH/apt -y --allow-downgrades install \
python3-pymysql python3-psycopg2 python3-passlib python3-pip \ python3-pymysql python3-psycopg2 python3-passlib python3-pip \
python3-setuptools python3-packaging python3-venv virtualenv python3-setuptools python3-packaging python3-venv virtualenv
echo -e "\n'pip3 install ansible-core' will now run:\n" echo -e "\n\n'pip3 install ansible-core' will now run:\n"
pip3 install ansible-core pip3 install ansible-core
# (Re)running collection installs appears safe, with --force-with-deps to force # (Re)running collection installs appears safe, with --force-with-deps to force
@ -182,5 +182,5 @@ ansible-galaxy collection install --force-with-deps \
echo -e "\n\nSUCCESS! PLEASE VERIFY ANSIBLE WITH COMMANDS LIKE:\n" echo -e "\n\nSUCCESS! PLEASE VERIFY ANSIBLE WITH COMMANDS LIKE:\n"
echo -e " ansible --version" echo -e " ansible --version"
echo -e " pip show ansible-core" echo -e " pip show ansible-core"
echo -e " apt -a list ansible-core" echo -e " apt -a list ansible-core\n"
echo -e "WARNING: You might need to start a new Linux shell, so /usr/local/bin works.\n\n" echo -e "WARNING: You might need to start a new Linux shell, so /usr/local/bin works.\n\n"