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