mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
8 lines
199 B
YAML
8 lines
199 B
YAML
- import_tasks: set_image.yml
|
|
|
|
- import_tasks: standalone.yml
|
|
when: not (use_docker_compose | default(False) | bool)
|
|
|
|
- import_tasks: compose.yml
|
|
when: use_docker_compose | default(False) | bool
|