Refactored handlers loading

This commit is contained in:
2025-08-08 19:01:12 +02:00
parent aae69ea15b
commit 22c8c395f0
9 changed files with 33 additions and 37 deletions

View File

@@ -49,10 +49,5 @@
dest: "{{ nginx.files.configuration }}"
notify: restart openresty
- name: flush nginx service
meta: flush_handlers
- name: run {{ role_name }} once
set_fact:
run_once_srv_web_7_4_core: true
- include_tasks: utils/run_once.yml
when: run_once_srv_web_7_4_core is not defined