summaryrefslogtreecommitdiffstats
path: root/roles/ands_kaas/tasks/ocitem.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-02-16 20:54:52 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-02-16 20:54:52 +0100
commit96ced00e05b50f276841a9212ae89e018de4d92d (patch)
treeb86c75fa97326dc89cc37c6dd23d294bd13eb56a /roles/ands_kaas/tasks/ocitem.yml
parentcd94e324d3401e518578d91382a2b7ee67562112 (diff)
downloadands-96ced00e05b50f276841a9212ae89e018de4d92d.tar.gz
ands-96ced00e05b50f276841a9212ae89e018de4d92d.tar.bz2
ands-96ced00e05b50f276841a9212ae89e018de4d92d.tar.xz
ands-96ced00e05b50f276841a9212ae89e018de4d92d.zip
Updated to OpenShift 3.7 and tested
Diffstat (limited to 'roles/ands_kaas/tasks/ocitem.yml')
-rw-r--r--roles/ands_kaas/tasks/ocitem.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/ands_kaas/tasks/ocitem.yml b/roles/ands_kaas/tasks/ocitem.yml
index f21e8cd..addb249 100644
--- a/roles/ands_kaas/tasks/ocitem.yml
+++ b/roles/ands_kaas/tasks/ocitem.yml
@@ -1,13 +1,13 @@
---
- name: OpenShift templates
- include: templates.yml
+ include_tasks: 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] }}"
+ include_tasks: oc.yml
+# delegate_to: "{{ groups.masters[0] }}"
run_once: true
when: ocitem.oc is defined