diff --git a/scripts/ansible b/scripts/ansible index d5b594e54..1c1f48675 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -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"