Set display for keepass loop
This commit is contained in:
parent
976d560be9
commit
286b0a4c6b
1 changed files with 3 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue