aristanetworks / ansible-cvp

Ansible modules for Arista CloudVision
http://cvp.avd.sh
Apache License 2.0
66 stars 61 forks source link

arista.cvp does not support Ansible version 2.17.3 #717

Open VincentBP2024 opened 2 months ago

VincentBP2024 commented 2 months ago

Issue Summary

I download the AVD and the latest Ansible for demo with CVP. However, I got the message "arista.cvp does not support Ansible version 2.17.3" once I run the ansible-playbook build.yml. Can someone advise how to fix it?

Which component(s) of AVD impacted

other

How do you run AVD ?

Ansible CLI with AVD Runner

Input variables

No response

Steps to reproduce

No response

Relevant log output

No response

Code of Conduct

ClausHolbechArista commented 2 months ago

Please confirm that you have updated the arista.cvp collection to version 3.11.0.

You can see it by running ansible-galaxy collection list from the directory where your ansible.cfg file is placed.

VincentBP2024 commented 2 months ago

@ClausHolbechArista You're right! I'm using the older version along with AVD. Once I updated with 3.11.0, the issue was fixed. Thank you.