mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-04 00:19:34 +00:00
7 lines
209 B
YAML
7 lines
209 B
YAML
- include_tasks: 01_core.yml
|
|
when: run_once_web_svc_cdn is not defined
|
|
|
|
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
|
|
vars:
|
|
handler_role_name: "docker-compose"
|