summaryrefslogtreecommitdiffstats
path: root/roles/ands_openshift/tasks/main.yml
blob: f72123fb069cf85d8601fb46f9465ebd91b22986 (plain)
1
2
3
4
5
6
---
- name: "Configuring OpenShift"
  include: "{{ current_subrole }}.yml"
  with_items: "{{ openshift_subroles }}"
  loop_control:
    loop_var: current_subrole