kayobe/releasenotes/notes/bug-2058365-a9acdb3cdf2a29f9.yaml
Michal Nasiadka 32489a4587 arista-switch: Fix eos_config call
eos_config does not support provider, nor connection: local from at
least 2022 [1] - since ansible>=7 (ansible-core 2.14).

[1]: 588d94b2ed

Closes-Bug: #2058365
Change-Id: Ief37b7bee758e34dddb881a9e68728013861c0ec
2024-09-06 17:55:08 +02:00

8 lines
300 B
YAML

---
fixes:
- |
``eos_config`` does not support the ``provider`` parameter since Ansible 7.
Users are required to update their configuration according to `Arista EOS
documentation
<https://docs.openstack.org/kayobe/latest/configuration/reference/physical-network.html#arista-eos>`_.