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

scripts/ansible: Mention 'ansible-galaxy collection list'

This commit is contained in:
A Holt 2021-05-27 13:34:51 -04:00 committed by GitHub
parent eb4a23c0c3
commit 28da43444a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,5 +181,6 @@ 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*"\n'
echo -e ' apt -a list "ansible*"'
echo -e " ansible-galaxy collection list\n"
echo -e "WARNING: Start a new Linux shell, if it changed from /usr/bin to /usr/local/bin\n\n"