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
|
||||
ini_file:
|
||||
dest: "{{ service_filelist }}"
|
||||
section=elgg
|
||||
section: elgg
|
||||
option: "{{ item.option }}"
|
||||
value= "{{ item.value }}"
|
||||
value: "{{ item.value }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: Elgg
|
||||
|
|
Loading…
Add table
Reference in a new issue