mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -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:
1
installer/roles/local_docker/vars/Darwin.yml
Normal file
1
installer/roles/local_docker/vars/Darwin.yml
Normal file
@@ -0,0 +1 @@
|
||||
docker_compose_dir: "/usr/local/var/lib/awx"
|
||||
1
installer/roles/local_docker/vars/default.yml
Normal file
1
installer/roles/local_docker/vars/default.yml
Normal file
@@ -0,0 +1 @@
|
||||
docker_compose_dir: "/var/lib/awx"
|
||||
Reference in New Issue
Block a user