mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab.ini: '| string' avoids Ansible warnings
This commit is contained in:
parent
9e0aea211d
commit
99f48aae4a
57 changed files with 62 additions and 62 deletions
|
@ -49,7 +49,7 @@
|
|||
path: "{{ iiab_ini_file }}"
|
||||
section: lokole
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value }}"
|
||||
value: "{{ item.value | string }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: lokole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue