Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Fri, 29 Sep 2017 14:23:30 +0000 (14:23 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 29 Sep 2017 14:23:30 +0000 (14:23 +0000)
commit2de9abc990a31e9945c2ac6d0b8771f45a2bf333
treecf96a5fd7f80f140e1b761083e3e5950b107814d
parent5b55fa5a34bcc083c5178df3bfd8d72b74d1648f
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>
docs/submodules/releng-xci