mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 14:04:24 +02:00
Execute Matomo before other roles
This commit is contained in:
parent
325695777a
commit
8f31b2fbfe
@ -10,6 +10,12 @@
|
||||
- sys-hlth-btrfs
|
||||
- sys-rpr-btrfs-blnc
|
||||
|
||||
# It is necessary to setup Matomo first, because all other web apps need it if matomo is activated
|
||||
- name: setup web-app-matomo
|
||||
when: ('web-app-matomo' | application_allowed(group_names, allowed_applications))
|
||||
include_role:
|
||||
name: web-app-matomo
|
||||
|
||||
- name: "Include server roles"
|
||||
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
|
||||
loop:
|
||||
|
Loading…
x
Reference in New Issue
Block a user