From 2a4b1866a7eb25fdcff58c49128ef72a75470c7c Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 20 Sep 2017 08:52:32 +0100 Subject: xci: configure-localhost: Do not check /etc/ssl/certs on SUSE /etc/ssl/certs is a symlink so skip this task on SUSE. Change-Id: Ibc188b76f47c4f7d1c5aa452a21e838420d65e6a Signed-off-by: Markos Chandras --- xci/playbooks/configure-localhost.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/xci/playbooks/configure-localhost.yml b/xci/playbooks/configure-localhost.yml index 915d1959..7bbe420b 100644 --- a/xci/playbooks/configure-localhost.yml +++ b/xci/playbooks/configure-localhost.yml @@ -86,6 +86,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" -- cgit 1.2.3-korg