mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Mostly var cleanup across ~80 files
This commit is contained in:
parent
a6112381a3
commit
814efd5a02
88 changed files with 679 additions and 260 deletions
|
@ -9,7 +9,7 @@
|
|||
- download
|
||||
|
||||
- name: Remove stock moodle conf
|
||||
file: path='/etc/{{ apache_config_dir }}/moodle.conf'
|
||||
file: path='/etc/{{ apache_conf_dir }}/moodle.conf'
|
||||
state=absent
|
||||
|
||||
- name: Configure moodle
|
||||
|
@ -21,7 +21,7 @@
|
|||
mode={{ item.mode }}
|
||||
with_items:
|
||||
- src: '020-iiab-moodle.conf.j2'
|
||||
dest: '/etc/{{ apache_config_dir }}/020-iiab-moodle.conf'
|
||||
dest: '/etc/{{ apache_conf_dir }}/020-iiab-moodle.conf'
|
||||
mode: '0655'
|
||||
- src: 'moodle-xs.service.j2'
|
||||
dest: '/etc/systemd/system/moodle-xs.service'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue