mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-10 10:48:10 +02:00
7 lines
222 B
YAML
7 lines
222 B
YAML
- 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
|