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
3ca4ef8599
commit
05a6cff282
1 changed files with 2 additions and 2 deletions
|
@ -142,9 +142,9 @@
|
||||||
- name: Add 'elgg' to list of services at /etc/iiab/iiab.ini
|
- name: Add 'elgg' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file:
|
ini_file:
|
||||||
dest: "{{ service_filelist }}"
|
dest: "{{ service_filelist }}"
|
||||||
section=elgg
|
section: elgg
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value= "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: Elgg
|
value: Elgg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue