reactivate Create hydra clients
This commit is contained in:
parent
e88e45ac91
commit
2b4e669cc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue