mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update 8 enable.yml files to "{{ item.value | string }}"
This commit is contained in:
parent
1fffcb18a7
commit
15909ace31
8 changed files with 8 additions and 8 deletions
|
@ -55,7 +55,7 @@
|
|||
path: "{{ iiab_ini_file }}"
|
||||
section: gitea
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value }}"
|
||||
value: "{{ item.value | string }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: gitea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue