mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 18:58:10 +02:00
Removed unnecessary 'sys-svc-proxy' wrapper tasks
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
- block:
|
- block:
|
||||||
- name: Include dependency 'sys-svc-proxy'
|
- name: Include dependency 'sys-stk-front-pure'
|
||||||
include_role:
|
include_role:
|
||||||
name: sys-svc-proxy
|
name: sys-stk-front-pure
|
||||||
when: run_once_sys_svc_proxy is not defined
|
when: run_once_sys_stk_front_pure is not defined
|
||||||
- include_tasks: utils/run_once.yml
|
- include_tasks: utils/run_once.yml
|
||||||
when: run_once_sys_stk_front_proxy is not defined
|
when: run_once_sys_stk_front_proxy is not defined
|
||||||
|
|
||||||
|
@@ -1,6 +0,0 @@
|
|||||||
- block:
|
|
||||||
- name: Include dependencies
|
|
||||||
include_role:
|
|
||||||
name: 'sys-stk-front-pure'
|
|
||||||
- include_tasks: utils/run_once.yml
|
|
||||||
when: run_once_sys_svc_proxy is not defined and run_once_sys_stk_front_pure is not defined
|
|
Reference in New Issue
Block a user