mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03: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,7 +1,6 @@
|
||||
---
|
||||
- name: Build and deploy AWX
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: check_vars }
|
||||
- { role: image_build, when: "dockerhub_base is not defined" }
|
||||
|
||||
Reference in New Issue
Block a user