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:27:40 -04:00 committed by GitHub
parent 98c03d6085
commit e2ea1a1969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,15 +79,15 @@
insertafter='^#allowsftp'
line=allowsftp
- name: Add idmgr to service list
ini_file: dest='{{ iiab_ini_file }}'
- name: Add 'idmgr' variable values to {{ iiab_ini_file }}
ini_file: dest="{{ iiab_ini_file }}"
section=idmgr
option='{{ item.option }}'
value='{{ item.value }}'
option="{{ item.option }}"
value="{{ item.value }}"
with_items:
- option: name
value: idmgr
- option: description
value: '"Idmgr is an automatic identity manager for XO clients which enables automatic backup"'
value: '"IdMgr is an automatic identity manager for XO clients which enables automatic backup"'
- option: enabled
value: "{{ xo_services_enabled }}"