Code Review
/
releng-xci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
17d10d8
)
xci: configure-localhost: Do not check /etc/ssl/certs on SUSE
95/42695/7
author
Markos Chandras
<mchandras@suse.de>
Wed, 20 Sep 2017 07:52:32 +0000
(08:52 +0100)
committer
Markos Chandras
<mchandras@suse.de>
Thu, 21 Sep 2017 20:51:43 +0000
(21:51 +0100)
/etc/ssl/certs is a symlink so skip this task on SUSE.
Change-Id: Ibc188b76f47c4f7d1c5aa452a21e838420d65e6a
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/playbooks/configure-localhost.yml
patch
|
blob
|
history
diff --git
a/xci/playbooks/configure-localhost.yml
b/xci/playbooks/configure-localhost.yml
index
915d195
..
7bbe420
100644
(file)
--- 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"