mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update main.yml
This commit is contained in:
parent
f45701472a
commit
40af47bbbb
1 changed files with 6 additions and 5 deletions
|
@ -75,11 +75,12 @@
|
|||
shell: cat /etc/moodle/adminpw
|
||||
register: moodlepw
|
||||
|
||||
- name: add moodle to service list
|
||||
ini_file: dest='{{ iiab_ini_file }}'
|
||||
section=moodle
|
||||
option='{{ item.option }}'
|
||||
value='{{ item.value }}'
|
||||
- name: Add 'moodle' variable values to {{ iiab_ini_file }}
|
||||
ini_file:
|
||||
path: "{{ iiab_ini_file }}"
|
||||
section: moodle
|
||||
option: "{{ item.option }}"
|
||||
value: "{{ item.value }}"
|
||||
with_items:
|
||||
- option: name
|
||||
value: Moodle
|
||||
|
|
Loading…
Reference in a new issue