provides initial docker options support

This commit is contained in:
Spencer Smith
2016-05-25 12:56:45 -04:00
parent 33de89b69f
commit 87757d4fcf
4 changed files with 10 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
# Deployed by Ansible
DOCKER_OPTS=""
DOCKER_OPTS="{% if docker_options is defined %}{{ docker_options }}{% endif %}"