mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 02:16:04 +00:00
9 lines
251 B
YAML
9 lines
251 B
YAML
- include_tasks: 01_core.yml
|
|
when: run_once_web_svc_cdn is not defined
|
|
vars:
|
|
application_id: 'web-svc-cdn'
|
|
|
|
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
|
|
vars:
|
|
handler_role_name: "docker-compose"
|