diff options
| author | Diego Abelenda <diego.abelenda@camptocamp.com> | 2017-11-20 17:38:25 +0100 |
|---|---|---|
| committer | Diego Abelenda <diego.abelenda@camptocamp.com> | 2017-11-24 13:36:30 +0100 |
| commit | 6ff2765476292a4f166f0093b602ee48b444d502 (patch) | |
| tree | 02c0aa15d881fedf0ac44f4053ca385c3df78326 | |
| parent | 47f9f058bf50ade64ec43686144e8d1227dfd77c (diff) | |
Remove spurrious file committed by error
| -rw-r--r-- | roles/openshift_hosted/tasks/create_groups.yml | 15 |
1 files changed, 0 insertions, 15 deletions
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 }}" |
