You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin collections to latest ansible 2.15 compatible versions (#1747)
ansible.utils just released a new version that is incompatible with ansible-2.15
(ansible-collections/ansible.utils@7059201) and this results in:
```
TASK [common : Show networks data for debugging (common role)] *****************
task path: /home/dev-scripts/metal3-dev-env/vm-setup/roles/common/tasks/main.yml:42
[WARNING]: Collection ansible.netcommon does not support Ansible version
2.15.12
[WARNING]: Collection ansible.utils does not support Ansible version 2.15.12
redirecting (type: filter) ansible.builtin.nthhost to ansible.netcommon.nthhost
redirecting (type: filter) ansible.builtin.nthhost to ansible.netcommon.nthhost
```
this is a proposal to pin these collections until we can upgrade to
2.16.
Signed-off-by: Luca Miccini <[email protected]>
0 commit comments