Hydra-update-client: fix creation of json file
This commit is contained in:
parent
19bc989486
commit
9261bff896
|
@ -9,6 +9,9 @@
|
||||||
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 }}"
|
||||||
|
when: item.client_id == client_id
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Update client
|
- name: Update client
|
||||||
command: >
|
command: >
|
||||||
|
|
Loading…
Reference in New Issue