1
0
Fork 0
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:
A Holt 2018-10-31 00:51:28 -04:00 committed by GitHub
parent 598204f550
commit c73c7fabe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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