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

@@ -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" }