mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
Solved CDN and Logout deployment bugs existing due to 2.18->2.20 update
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
|
||||
vars:
|
||||
handler_role_name: "svc-prx-openresty"
|
||||
|
||||
- name: Front bootstrap
|
||||
include_role:
|
||||
name: sys-stk-front-base
|
||||
@@ -1,5 +1,5 @@
|
||||
# run_once_sys_stk_front_proxy: deactivated
|
||||
|
||||
- name: "Load Proxy procedures if Proxy is enabled"
|
||||
include_tasks: "01_base.yml"
|
||||
include_tasks: "01_core.yml"
|
||||
when: SYS_STK_FRONT_PROXY_ENABLED | bool
|
||||
Reference in New Issue
Block a user