mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-04 00:19:34 +00:00
8 lines
255 B
YAML
8 lines
255 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_pull_git_repository: false
|
|
|
|
- include_tasks: utils/run_once.yml |