Add docker_options to calico networking

pull/293/head
Matthew Mosesohn 2016-06-14 19:33:44 +03:00
parent 587c8f4701
commit 153b82a803
1 changed files with 1 additions and 1 deletions

View File

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