---
- name: OpenShift templates
  include_tasks: templates.yml
  run_once: true
  vars:
    kaas_template_glob: "{{ ocitem.template }}"
  when: ocitem.template is defined

- name: OpenShift commands
  include_tasks: oc.yml
#  delegate_to: "{{ groups.masters[0] }}"
  run_once: true
  when: ocitem.oc is defined