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:
Jonathan Rosser 2022-03-14 10:08:38 +00:00 committed by Dmitriy Rabotyagov
parent 4d573f471d
commit 5da5356b43
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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