Remove “standalone Docker” installation path

This has been a burden to maintain. docker-compose is now required
This commit is contained in:
Shane McDonald
2019-03-26 15:10:26 -04:00
parent 1b0f5b05ad
commit 07e5a00f14
2 changed files with 0 additions and 169 deletions

View File

@@ -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