diff options
author | Markos Chandras <mchandras@suse.de> | 2017-09-29 14:23:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 14:23:30 +0000 |
commit | 2de9abc990a31e9945c2ac6d0b8771f45a2bf333 (patch) | |
tree | cf96a5fd7f80f140e1b761083e3e5950b107814d /docs | |
parent | 5b55fa5a34bcc083c5178df3bfd8d72b74d1648f (diff) |
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 <tapio.tallgren@nokia.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/releng-xci | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng-xci b/docs/submodules/releng-xci -Subproject 07d88170fa827f9907a62d6bdbf3bc0c1ffc90e +Subproject 57fcda3cebed64bfc1d5f85761cc3f24853641e |