1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Add 'XYZ_installed: True' to {{ iiab_state_file }}

This commit is contained in:
root 2020-01-11 23:31:47 -05:00
parent d9a34ff16a
commit 509d110ece
30 changed files with 30 additions and 30 deletions

View file

@ -138,7 +138,7 @@
path: "{{ moodle_base }}/config.php"
mode: 0644
- name: Add 'moodle_installed' variable values to {{ iiab_state_file }}
- name: "Add 'moodle_installed: True' to {{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
lineinfile:
dest: "{{ iiab_state_file }}"
regexp: '^moodle_installed'