mirror of
https://github.com/ansible/awx.git
synced 2026-09-15 00:10:09 -02:30
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:
@@ -0,0 +1 @@
|
||||
docker_compose_dir: "/usr/local/var/lib/awx"
|
||||
@@ -0,0 +1 @@
|
||||
docker_compose_dir: "/var/lib/awx"
|
||||
Reference in New Issue
Block a user