comment create hydra client so as not to replay them
This commit is contained in:
parent
03cc82f26e
commit
e88e45ac91
|
@ -21,11 +21,11 @@
|
||||||
- Restart cadoles-pod-hydra-v1
|
- Restart cadoles-pod-hydra-v1
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
- name: Create hydra-clients
|
#- name: Create hydra-clients
|
||||||
template:
|
# template:
|
||||||
src: hydra-client.json.j2
|
# src: hydra-client.json.j2
|
||||||
dest: "/etc/hydra/clients.d/{{ item.client_id }}.json"
|
# dest: "/etc/hydra/clients.d/{{ item.client_id }}.json"
|
||||||
with_items: "{{ hydra_clients }}"
|
# with_items: "{{ hydra_clients }}"
|
||||||
notify:
|
# notify:
|
||||||
- Reload hydra clients
|
# - Reload hydra clients
|
||||||
become: true
|
# become: true
|
||||||
|
|
Loading…
Reference in New Issue