comment create hydra client so as not to replay them

This commit is contained in:
vfebvre 2023-10-19 16:13:19 +02:00
parent 03cc82f26e
commit e88e45ac91
1 changed files with 8 additions and 8 deletions

View File

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