From 81bedbea0bc8f79b4e2b123b2c7d7e4a211fea45 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 7 Jun 2018 16:49:51 +0200 Subject: [PATCH] Add openshift_ansible_pre_playbook to osbs openshift ansible Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index a876403c69..2f53fee957 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -208,6 +208,7 @@ openshift_master_public_api_url: "https://{{ osbs_url }}:8443", openshift_release: "v3.6.0", openshift_ansible_path: "/root/openshift-ansible", + openshift_ansible_pre_playbook: "", openshift_ansible_playbook: "playbooks/byo/config.yml", openshift_ansible_version: "release-3.6-fedora-compat", openshift_ansible_ssh_user: root,