diff --git a/tasks/update-hydra.yml b/tasks/update-hydra.yml index 028aa24..ee1b846 100644 --- a/tasks/update-hydra.yml +++ b/tasks/update-hydra.yml @@ -21,11 +21,11 @@ - Restart cadoles-pod-hydra-v1 become: true -- name: Create hydra-clients - template: - src: hydra-client.json.j2 - dest: "/etc/hydra/clients.d/{{ item.client_id }}.json" - with_items: "{{ hydra_clients }}" - notify: - - Reload hydra clients - become: true + #- name: Create hydra-clients + # template: + # src: hydra-client.json.j2 + # dest: "/etc/hydra/clients.d/{{ item.client_id }}.json" + # with_items: "{{ hydra_clients }}" + # notify: + # - Reload hydra clients + # become: true