mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
8 lines
260 B
YAML
8 lines
260 B
YAML
- name: "Load 'sys-stk-semi-stateless' for '{{ application_id }}'"
|
|
include_role:
|
|
name: sys-stk-semi-stateless
|
|
vars:
|
|
docker_compose_file_creation_enabled: true
|
|
docker_git_repository_pull: false
|
|
|
|
- include_tasks: utils/once/finalize.yml |