From 2b4e669cc3c8e8d2f3f9dbd9be8a1ed5119af47f Mon Sep 17 00:00:00 2001 From: vfebvre Date: Tue, 24 Oct 2023 08:26:15 +0200 Subject: [PATCH] reactivate Create hydra clients --- tasks/update-hydra.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tasks/update-hydra.yml b/tasks/update-hydra.yml index ee1b846..04c7121 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