mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
Remove “standalone Docker” installation path
This has been a burden to maintain. docker-compose is now required
This commit is contained in:
@@ -1,7 +1,2 @@
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user