Add ansible.utils collection requirement
ipaddr filter has been moved from netcommon to utils collection [1]
Based on that we must add that collection to requirements.
[1] db4920ebf6
Change-Id: Ifb7a043ce7c6a12c413641dde61c170ae9327dc4
This commit is contained in:
parent
4d573f471d
commit
5da5356b43
@ -24,6 +24,12 @@ collections:
|
||||
- name: openvswitch.openvswitch
|
||||
version: 2.0.2
|
||||
source: https://galaxy.ansible.com
|
||||
- name: ansible.netcommon
|
||||
version: 2.5.1
|
||||
source: https://galaxy.ansible.com
|
||||
- name: ansible.utils
|
||||
version: 2.5.2
|
||||
source: https://galaxy.ansible.com
|
||||
- name: https://opendev.org/openstack/openstack-ansible-plugins
|
||||
version: master
|
||||
type: git
|
||||
type: git
|
||||
|
@ -23,3 +23,7 @@
|
||||
src: https://opendev.org/openstack/ansible-role-systemd_service
|
||||
scm: git
|
||||
version: master
|
||||
- name: uwsgi
|
||||
src: https://opendev.org/openstack/ansible-role-uwsgi
|
||||
scm: git
|
||||
version: master
|
Loading…
Reference in New Issue
Block a user