summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-05-21 10:56:20 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-05-21 10:56:20 -0400
commitbe3f4e215e402292ada496a48964fa3dae052893 (patch)
tree387b7d2903f6545763da16975258072e6bce26f2
parentdc3437ad8e4f9323ebe916a44cca2e4b41e9aedf (diff)
parentf870624c57685494308deceb8e53e4a69586b757 (diff)
downloadopenshift-be3f4e215e402292ada496a48964fa3dae052893.tar.gz
openshift-be3f4e215e402292ada496a48964fa3dae052893.tar.bz2
openshift-be3f4e215e402292ada496a48964fa3dae052893.tar.xz
openshift-be3f4e215e402292ada496a48964fa3dae052893.zip
Merge pull request #236 from detiber/byoMasterFix
BYO playbook fix
-rw-r--r--playbooks/byo/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/config.yml b/playbooks/byo/config.yml
index dce49d32f..e059514db 100644
--- a/playbooks/byo/config.yml
+++ b/playbooks/byo/config.yml
@@ -1,6 +1,8 @@
---
- name: Run the openshift-master config playbook
include: openshift-master/config.yml
+ when: groups.masters is defined and groups.masters
- name: Run the openshift-node config playbook
include: openshift-node/config.yml
+ when: groups.nodes is defined and groups.nodes and groups.masters is defined and groups.masters