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:
parent
d360e25a9c
commit
365c6b44ac
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ $APT_PATH/apt -y --allow-downgrades install \
|
|||
python3-pymysql python3-psycopg2 python3-passlib python3-pip \
|
||||
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
|
||||
|
||||
# (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 " ansible --version"
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue