Optimized handler loading. Requirerd due to 2.18->2.20 update

This commit is contained in:
2025-12-04 00:53:27 +01:00
parent 7b262cf46e
commit 27c399123b
13 changed files with 34 additions and 21 deletions

View File

@@ -1,14 +1,5 @@
# run_once_sys_front_inj_matomo: deactivated
- name: "Relevant variables for role: {{ role_path | basename }}"
debug:
msg:
domain: "{{ domain }}"
base_domain: "{{ base_domain }}"
matomo_verification_url: "{{ matomo_verification_url }}"
when: MODE_DEBUG | bool
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
- name: "Check if site {{ domain }} is allready registered at Matomo"
uri:
url: "{{ matomo_verification_url }}"