From 94251afea2f1f58aabf0ae0f3ca544dd8f1dd368 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Tue, 14 Mar 2017 16:12:29 -0400 Subject: Moving projects task within openshift_hosted --- roles/openshift_hosted/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'roles/openshift_hosted/tasks/main.yml') diff --git a/roles/openshift_hosted/tasks/main.yml b/roles/openshift_hosted/tasks/main.yml index fe254f72d..6efe2f63c 100644 --- a/roles/openshift_hosted/tasks/main.yml +++ b/roles/openshift_hosted/tasks/main.yml @@ -1,4 +1,11 @@ --- +- name: Create projects + oc_project: + name: "{{ item.key }}" + node_selector: + - "{{ item.value.default_node_selector }}" + with_dict: "{{ openshift_projects }}" + - include: router/router.yml when: openshift_hosted_manage_router | default(true) | bool -- cgit v1.2.1