mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 11:26:24 +00:00
Optimized handler loading. Requirerd due to 2.18->2.20 update
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- include_tasks: "01_cloudflare.yml"
|
||||
when: DNS_PROVIDER == "cloudflare"
|
||||
|
||||
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
|
||||
- name: "Reinitialize OpenResty Handler"
|
||||
include_tasks: utils/load_handlers.yml
|
||||
vars:
|
||||
handler_role_name: "svc-prx-openresty"
|
||||
|
||||
Reference in New Issue
Block a user