mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
Execute Matomo before other roles
This commit is contained in:
parent
325695777a
commit
8f31b2fbfe
@ -10,6 +10,12 @@
|
|||||||
- sys-hlth-btrfs
|
- sys-hlth-btrfs
|
||||||
- sys-rpr-btrfs-blnc
|
- 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"
|
- name: "Include server roles"
|
||||||
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
|
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
|
||||||
loop:
|
loop:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user