Allow for platform specific variables in docker-compose install

This changes the default docker_compose_dir on macos to a writeable location
This commit is contained in:
Shane McDonald
2019-03-27 09:32:04 -04:00
parent a6d031f46f
commit c44bf6f903
5 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1 @@
docker_compose_dir: "/usr/local/var/lib/awx"

View File

@@ -0,0 +1 @@
docker_compose_dir: "/var/lib/awx"