Browse Source

Remove spurrious file committed by error

Diego Abelenda 7 years ago
parent
commit
6ff2765476
1 changed files with 0 additions and 15 deletions
  1. 0 15
      roles/openshift_hosted/tasks/create_groups.yml

+ 0 - 15
roles/openshift_hosted/tasks/create_groups.yml

@@ -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 }}"