--- - name: OpenShift templates include: templates.yml run_once: true vars: kaas_template_glob: "{{ ocitem.template }}" when: ocitem.template is defined - name: OpenShift commands include: oc.yml delegate_to: "{{ groups.masters[0] }}" run_once: true when: ocitem.oc is defined