From: Markos Chandras Date: Thu, 28 Sep 2017 07:01:45 +0000 (+0100) Subject: xci: configure-opnfvhost: Do not check /etc/ssl/certs on SUSE X-Git-Tag: 6.0.0~291^2~4 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=eaf4a782fb3dc672180ac9551e00e02624057223;p=releng-xci.git xci: configure-opnfvhost: Do not check /etc/ssl/certs on SUSE This is similar to Ibc188b76f47c4f7d1c5aa452a21e838420d65e6a /etc/ssl/certs is a symlink so skip this task on SUSE. Change-Id: Iae38640501748dc3dd802ce795acfaeefd836c97 Signed-off-by: Markos Chandras --- diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml index 7b16c5aa..73516d5a 100644 --- a/xci/playbooks/configure-opnfvhost.yml +++ b/xci/playbooks/configure-opnfvhost.yml @@ -123,6 +123,7 @@ file: path: "/etc/ssl/certs" state: directory + when: ansible_pkg_mgr != 'zypper' - name: create key directory /etc/ssl/private file: path: "/etc/ssl/private"