From 36323c3630227135792e9b98c0345dbebd2cabcb Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 25 May 2021 12:53:46 -0400 Subject: [PATCH] scripts/ansible: Explain how to verify Ansible --- scripts/ansible | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ansible b/scripts/ansible index 590d62bb4..30531ed28 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -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\n" -echo -e "WARNING: You might need to start a new Linux shell, so /usr/local/bin works.\n\n" +echo -e ' apt -a list "ansible*"\n' +echo -e "WARNING: You might need to start a new Linux shell, so /usr/local/bin/ansible works.\n\n"