diff options
author | 2017-09-20 08:52:32 +0100 | |
---|---|---|
committer | 2017-09-21 21:51:43 +0100 | |
commit | 2a4b1866a7eb25fdcff58c49128ef72a75470c7c (patch) | |
tree | 11fa6fd92e68827c094a3b6adeb3ee2ccc4d3a23 /xci | |
parent | 17d10d8b39a4475ea7faa0f59151f9edd278d9f0 (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/playbooks/configure-localhost.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |