mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
scripts/ansible: Explain how to verify Ansible
This commit is contained in:
parent
365c6b44ac
commit
36323c3630
1 changed files with 2 additions and 2 deletions
|
@ -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\n"
|
echo -e ' apt -a list "ansible*"\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/ansible works.\n\n"
|
||||||
|
|
Loading…
Reference in a new issue