summaryrefslogtreecommitdiffstats
path: root/xci/playbooks
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-09-22 15:37:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-22 15:37:16 +0000
commit3aae4a146649595359bc517c1c8cbb7cfec898ec (patch)
tree85a8390085206a10c9dd25e40301c534b566f0dc /xci/playbooks
parent264c513842f00ea523a3b46259510b64c6d31075 (diff)
parent2a4b1866a7eb25fdcff58c49128ef72a75470c7c (diff)
Merge changes from topic 'split-variable-creation-to-task'
* changes: xci: configure-localhost: Do not check /etc/ssl/certs on SUSE xci: xci-deploy.sh: Ensure env_reset is not present
Diffstat (limited to 'xci/playbooks')
-rw-r--r--xci/playbooks/configure-localhost.yml1
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"