From 6ff2765476292a4f166f0093b602ee48b444d502 Mon Sep 17 00:00:00 2001 From: Diego Abelenda Date: Mon, 20 Nov 2017 17:38:25 +0100 Subject: Remove spurrious file committed by error --- roles/openshift_hosted/tasks/create_groups.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 roles/openshift_hosted/tasks/create_groups.yml (limited to 'roles') diff --git a/roles/openshift_hosted/tasks/create_groups.yml b/roles/openshift_hosted/tasks/create_groups.yml deleted file mode 100644 index e2073cfbd..000000000 --- a/roles/openshift_hosted/tasks/create_groups.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -#- name: Create additionnal Groups -# oc_obj: -# kind: Group -# name: "{{ item.key }}" -# users: "{{ item.users }}" -# with_dict: "{{ openshift_additionnal_groups }}" - -- name: Create CronJob LdapSyncConfig - oc_obj: - kind: CronJob - name: AutoLdapSync - content: - - with_item: "{{ openshift_groups_ldapsync_config }}" -- cgit v1.2.3