From aca10dfcb31bca73e7336d1553e1b48458bfcf66 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 13 Jun 2017 10:32:39 +0100 Subject: prototypes: xci: Add 'ansible-hardening' role to the requirements file Upstream commit 2798cf403c47d165cd8d34d7888990dce1f827f8 ("Use new ansible-hardening role") added the new 'ansible-hardening' role to the ansible-role-requirements.yml file and as such we also need to take that into consideration. The sha hash does not matter much at this point since it will be fixed the next time we tag all the roles. Change-Id: I5444af948e2b83de49863e7e28f3918fed88c90d Signed-off-by: Markos Chandras --- xci/file/ansible-role-requirements.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xci/file') diff --git a/xci/file/ansible-role-requirements.yml b/xci/file/ansible-role-requirements.yml index 842bcc44..5a96e2a8 100644 --- a/xci/file/ansible-role-requirements.yml +++ b/xci/file/ansible-role-requirements.yml @@ -9,6 +9,10 @@ ############################################################################## # these versions are extracted based on the osa commit d9e1330c7ff9d72a604b6b4f3af765f66a01b30e on 04.04.2017 # https://review.openstack.org/gitweb?p=openstack/openstack-ansible.git;a=commit;h=d9e1330c7ff9d72a604b6b4f3af765f66a01b30e +- name: ansible-hardening + scm: git + src: https://git.openstack.org/openstack/ansible-hardening + version: 051fe3195f59d1ee8db06fca5d2cce7a25e58861 - name: apt_package_pinning scm: git src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning -- cgit 1.2.3-korg