AVD 4.3 install issue #3131
Closed
suspectzed
started this conversation in
General
Replies: 2 comments 1 reply
-
RTFM! Apparently Arista AVD doesn't support ansible 2.10.8 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing as auto answered! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I might be missing something.
Following:
https://avd.arista.com/4.3/docs/installation/collection-installation.html
mkdir /home/aedwards/arista
cd /home/aedwards/arista
ansible-galaxy collection install arista.avd (no issue)
pip3 install -r /home/aedwards/.ansible/collections/ansible_collections/arista/avd/requirements.txt (no issue)
ansible-playbook arista.avd.install_examples
ERROR! the playbook: arista.avd.install_examples could not be found
It's there though:
ls /home/aedwards/.ansible/collections/ansible_collections/arista/avd/playbooks | grep install_examples
install_examples.yml
and I can get it directly (not through the collection):
ansible-playbook /home/aedwards/.ansible/collections/ansible_collections/arista/avd/playbooks/install_examples.yml
splunk@containerlab:~/arista$ ansible --version
ansible 2.10.8
config file = None
configured module search path = ['/home/splunk/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
Anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions