mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Add Matomo to nginx before install so web install works
This commit is contained in:
parent
c431400a7f
commit
a91b56169c
1 changed files with 4 additions and 4 deletions
|
@ -19,15 +19,15 @@
|
|||
quiet: yes
|
||||
|
||||
|
||||
- name: Enable/Disable/Reload NGINX for OSM, if nginx_enabled
|
||||
include_tasks: nginx.yml
|
||||
|
||||
|
||||
- name: Install Matomo if 'matomo_installed' not defined, e.g. in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml
|
||||
include_tasks: install.yml
|
||||
when: matomo_installed is undefined
|
||||
|
||||
|
||||
- name: Enable/Disable/Reload NGINX for OSM, if nginx_enabled
|
||||
include_tasks: nginx.yml
|
||||
|
||||
|
||||
# LET'S ADD THIS "ON/OFF SWITCH" IF POSS!
|
||||
# - include_tasks: enable-or-disable.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue