Hydra-update-client: fix creation of json file

This commit is contained in:
Laurent Gourvenec 2023-08-17 11:37:55 +02:00
parent 19bc989486
commit 9261bff896
1 changed files with 3 additions and 0 deletions

View File

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