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
598204f550
commit
c73c7fabe8
1 changed files with 6 additions and 5 deletions
|
@ -55,11 +55,12 @@
|
||||||
enabled=no
|
enabled=no
|
||||||
when: not schooltool_enabled
|
when: not schooltool_enabled
|
||||||
|
|
||||||
- name: add schooltool to service list
|
- name: Add 'schooltool' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file:
|
||||||
section=schooltool
|
path: "{{ iiab_ini_file }}"
|
||||||
option='{{ item.option }}'
|
section: schooltool
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: Schooltool
|
value: Schooltool
|
||||||
|
|
Loading…
Add table
Reference in a new issue