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

Cleaner Dependencies e.g. for Sugarizer, Moodle, Node-Red, PBX, Elgg

This commit is contained in:
root 2020-02-04 15:03:59 -05:00
parent 106558aca9
commit 027832889b
88 changed files with 1212 additions and 909 deletions

View file

@ -52,6 +52,6 @@
- name: "Add 'nginx_installed: True' to {{ iiab_state_file }}"
lineinfile:
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
path: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
regexp: '^nginx_installed'
line: 'nginx_installed: True'