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

@@ -12,4 +12,3 @@ rabbitmq_default_password: "guest"
postgresql_version: "9.6"
postgresql_image: "postgres:{{postgresql_version}}"
docker_compose_dir: "/var/lib/awx"