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
f45701472a
commit
40af47bbbb
1 changed files with 6 additions and 5 deletions
|
@ -75,11 +75,12 @@
|
||||||
shell: cat /etc/moodle/adminpw
|
shell: cat /etc/moodle/adminpw
|
||||||
register: moodlepw
|
register: moodlepw
|
||||||
|
|
||||||
- name: add moodle to service list
|
- name: Add 'moodle' variable values to {{ iiab_ini_file }}
|
||||||
ini_file: dest='{{ iiab_ini_file }}'
|
ini_file:
|
||||||
section=moodle
|
path: "{{ iiab_ini_file }}"
|
||||||
option='{{ item.option }}'
|
section: moodle
|
||||||
value='{{ item.value }}'
|
option: "{{ item.option }}"
|
||||||
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: Moodle
|
value: Moodle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue