Commit b261be3
authored
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 <lmiccini@redhat.com>1 parent 83055f3 commit b261be3
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
0 commit comments