Explorar el Código

Merge pull request #236 from detiber/byoMasterFix

BYO playbook fix
Thomas Wiest hace 10 años
padre
commit
be3f4e215e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      playbooks/byo/config.yml

+ 2 - 0
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