Set display for keepass loop

This commit is contained in:
Jake Howard 2020-05-14 16:40:36 +01:00
parent 976d560be9
commit 286b0a4c6b
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -35,4 +35,6 @@
section: "{{ item.section }}"
option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: "{{ keepassxc_config }}"
loop: "{{ keepassxc_config }}"
loop_control:
label: "{{ item.section }}.{{ item.option }}={{ item.value }}"