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
98c03d6085
commit
e2ea1a1969
1 changed files with 5 additions and 5 deletions
|
@ -79,15 +79,15 @@
|
||||||
insertafter='^#allowsftp'
|
insertafter='^#allowsftp'
|
||||||
line=allowsftp
|
line=allowsftp
|
||||||
|
|
||||||
- name: Add idmgr to service list
|
- name: Add 'idmgr' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file: dest="{{ iiab_ini_file }}"
|
||||||
section=idmgr
|
section=idmgr
|
||||||
option='{{ item.option }}'
|
option="{{ item.option }}"
|
||||||
value='{{ item.value }}'
|
value="{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: idmgr
|
value: idmgr
|
||||||
- option: description
|
- 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
|
- option: enabled
|
||||||
value: "{{ xo_services_enabled }}"
|
value: "{{ xo_services_enabled }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue