mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
10 lines
217 B
YAML
10 lines
217 B
YAML
- block:
|
|
- name: Include dependencies
|
|
include_role:
|
|
name: '{{ item }}'
|
|
loop:
|
|
- sys-stk-front-proxy
|
|
- dev-git
|
|
- include_tasks: utils/once/flag.yml
|
|
when: run_once_web_svc_html is not defined
|