mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 19:05:32 +00:00
Added utils/load_handlers.yml required due to update 2.18 -> 2.20
This commit is contained in:
@@ -3,8 +3,15 @@
|
||||
include_role:
|
||||
name: docker-compose
|
||||
vars:
|
||||
docker_compose_flush_handlers: true
|
||||
docker_git_repository_pull: false # Deactivated here to deactivate inhirement
|
||||
database_type: "" # Deactivate Database for openresty
|
||||
database_type: "" # Deactivate Database for openresty
|
||||
docker_compose_flush_handlers: true
|
||||
- include_tasks: utils/once/flag.yml
|
||||
when: run_once_svc_prx_openresty is not defined
|
||||
when: run_once_svc_prx_openresty is not defined
|
||||
|
||||
- name: "Reinitialize OpenResty Handler"
|
||||
# The 'when: run_once_svc_prx_openresty is not defined' prevents otherwise
|
||||
# the handler execution
|
||||
include_tasks: utils/load_handlers.yml
|
||||
vars:
|
||||
handler_role_name: "svc-prx-openresty"
|
||||
|
||||
Reference in New Issue
Block a user