mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
203f62fd16
commit
84b48f8555
1 changed files with 6 additions and 5 deletions
|
@ -116,11 +116,12 @@
|
||||||
enabled=yes
|
enabled=yes
|
||||||
state=restarted
|
state=restarted
|
||||||
|
|
||||||
- name: add xs-activity-server to service list
|
- name: Add 'activity-server' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file:
|
||||||
section=activity-server
|
dest: "{{ iiab_ini_file }}"
|
||||||
option='{{ item.option }}'
|
section: activity-server
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: "Activity Server"
|
value: "Activity Server"
|
||||||
|
|
Loading…
Reference in a new issue