mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update main.yml
This commit is contained in:
parent
8cd77a2557
commit
0b2612bb96
1 changed files with 5 additions and 4 deletions
|
@ -82,10 +82,11 @@
|
||||||
when: xovis_enabled
|
when: xovis_enabled
|
||||||
|
|
||||||
- name: Add 'xovis' variable values to {{ iiab_ini_file }}
|
- name: Add 'xovis' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file:
|
||||||
section=xovis
|
dest: "{{ iiab_ini_file }}"
|
||||||
option='{{ item.option }}'
|
section: xovis
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: xovis
|
value: xovis
|
||||||
|
|
Loading…
Reference in a new issue