From 2de9abc990a31e9945c2ac6d0b8771f45a2bf333 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 29 Sep 2017 14:23:30 +0000 Subject: Update git submodules * Update docs/submodules/releng-xci from branch 'master' - Merge "Check if /etc/ssl/certs exists before creating it" - Check if /etc/ssl/certs exists before creating it In CentOS and Suse, /etc/ssl/certs is a symbolic link to /etc/ssl/pki/tls/certs. The Ansible module "file" will fail if it is asked to create a directory which is already a symbolic link. This patch will check if /etc/ssl/certs exists before trying to create it. The same check is done both on the host and the opnfv guest VM. Also, /etc/certs is only writable by root, so we need a "become: true" clause to be able to modify it in localhost (but not in opnvf VM). Change-Id: Iab6c3c162548f84ad6082829e4a7c2ab63d2cfa0 Signed-off-by: Tapio Tallgren --- docs/submodules/releng-xci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci index 07d88170f..57fcda3ce 160000 --- a/docs/submodules/releng-xci +++ b/docs/submodules/releng-xci @@ -1 +1 @@ -Subproject commit 07d88170fa827f9907a62d6bdbf3bc0c1ffc90ee +Subproject commit 57fcda3cebed64bfc1d5f85761cc3f24853641e7 -- cgit 1.2.3-korg