mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
1e71c33b59
commit
a0f9b922bc
1 changed files with 4 additions and 4 deletions
|
@ -98,10 +98,10 @@
|
||||||
|
|
||||||
- name: Add 'sugarizer' to service list
|
- name: Add 'sugarizer' to service list
|
||||||
ini_file:
|
ini_file:
|
||||||
dest="{{ service_filelist }}"
|
dest: "{{ service_filelist }}"
|
||||||
section=sugarizer
|
section: sugarizer
|
||||||
option="{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value="{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: Sugarizer
|
value: Sugarizer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue