Comment 2 for bug 1963686

Revision history for this message
Dmitriy Rabotyagov (noonedeadpunk) wrote :

Hi Peter

We aware of the issue and already pushed https://review.opendev.org/c/openstack/openstack-ansible/+/831536 to cover that

Fix is merged for stable/wallaby and stable/victoria. We will release new version as soon as land fix for Xena.

In the meanwhile, I can suggest you workaround. You can create file /etc/openstack_deploy/user-collection-requirements.yml with content:

---
collections:
  - name: https://github.com/ansible-collections/ansible.netcommon
    version: 2.5.1
    type: git

And re-run scripts/bootstrap-ansible.sh to pull in collection version