diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 00000000..cade1a36 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,8 @@ +# python_venv_build ansible role +- name: python_venv_build + src: git+https://git.openstack.org/openstack/ansible-role-python_venv_build.git + version: master +# ansible-config_template action plugin +- name: config_template + src: git+https://git.openstack.org/openstack/ansible-config_template.git + version: master