From 5da5356b43266dbb41692b27925c631dde5c18bd Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 14 Mar 2022 10:08:38 +0000 Subject: [PATCH] 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] https://github.com/ansible-collections/ansible.netcommon/commit/db4920ebf6bae6476ff8829e2cf475f19f83a990 Change-Id: Ifb7a043ce7c6a12c413641dde61c170ae9327dc4 --- test-ansible-collection-requirements.yml | 8 +++++++- test-ansible-role-requirements.yml | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/test-ansible-collection-requirements.yml b/test-ansible-collection-requirements.yml index 2e8be1af..ad5d256c 100644 --- a/test-ansible-collection-requirements.yml +++ b/test-ansible-collection-requirements.yml @@ -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 \ No newline at end of file + type: git diff --git a/test-ansible-role-requirements.yml b/test-ansible-role-requirements.yml index e57fa61c..95997db5 100644 --- a/test-ansible-role-requirements.yml +++ b/test-ansible-role-requirements.yml @@ -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 \ No newline at end of file