mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
9 lines
239 B
YAML
9 lines
239 B
YAML
- block:
|
|
- include_tasks: 01_core.yml
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_web_svc_cdn is not defined
|
|
|
|
- include_tasks: "{{ playbook_dir }}/tasks/utils/load_handlers.yml"
|
|
vars:
|
|
handler_role_name: "docker-compose"
|