mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/ansible: Clarify pip3 is required e.g. on RaspiOS
This commit is contained in:
parent
e8613a4082
commit
4d746e5eb0
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ 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 " pip3 show ansible-core"
|
||||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue