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

Better explain how to verify your Ansible version/installation

This commit is contained in:
A Holt 2021-05-19 12:28:14 -04:00 committed by GitHub
parent 58ee527fa5
commit c26261752f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,4 +178,7 @@ ansible-galaxy collection install --force-with-deps \
#mkdir -p /etc/ansible # LIKELY REDUNDANT, due to above installation of Ansible
#echo -e '[local]\nlocalhost\n' > /etc/ansible/hosts # LIKELY REDUNDANT, due to https://github.com/iiab/iiab/blob/master/ansible_hosts
echo -e "SUCCESS: VERIFY WITH 'ansible --version' (and 'apt -a list ansible-core' ?)\n\n"
echo -e "SUCCESS INSTALLING ANSIBLE! PLEASE VERIFY WITH COMMANDS LIKE:"
echo -e " ansible --version"
echo -e " pip show ansible-core"
echo -e " apt -a list ansible-core\n\n"