mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 02:45:17 +00:00
9 lines
235 B
YAML
9 lines
235 B
YAML
- name: "load docker, proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: sys-stk-full-stateless
|
|
vars:
|
|
docker_compose_flush_handlers: true
|
|
docker_git_repository_pull: false
|
|
|
|
- include_tasks: utils/once/flag.yml
|