Hydra-update-client: fix creation of json file
This commit is contained in:
parent
19bc989486
commit
9261bff896
|
@ -9,6 +9,9 @@
|
|||
template:
|
||||
src: hydra-client.json.j2
|
||||
dest: "/etc/hydra/clients.d/{{ item.client_id }}.json"
|
||||
with_items: "{{ hydra_clients }}"
|
||||
when: item.client_id == client_id
|
||||
become: true
|
||||
|
||||
- name: Update client
|
||||
command: >
|
||||
|
|
Loading…
Reference in New Issue