From 437e90f4811164d2786322aad0a7711a8239df5b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 24 Mar 2018 23:21:20 +0000 Subject: [PATCH] ansible-role-requirements: Add common python_venv_build role In order to allow tests to work as the use of the common role is implemented in the various roles, we pre-implement the addition of the role into the a-r-r file. Change-Id: Ib4b3dfedbccd26287475562432aa25c6bde122ca Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius --- tests/ansible-role-requirements.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 3e5deb5..4ea338a 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -46,3 +46,7 @@ src: https://github.com/cloudnull/ansible-systemd_service scm: git version: master +- name: python_venv_build + src: https://git.openstack.org/openstack/ansible-role-python_venv_build + scm: git + version: master