Fix docker network option condition

The option is being ignored. This is useful to adjust settings
like in bug https://bugs.launchpad.net/kolla-ansible/+bug/1654395.

Change-Id: I9c8f267a92198a06acb3611754bd16278a699df1
Related-Bug: #1654395
This commit is contained in:
Rafael Folco 2019-06-06 17:41:59 -03:00
parent b54b8acf4d
commit 80af0d223e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
regexp: '^DOCKER_NETWORK_OPTIONS='
line: "DOCKER_NETWORK_OPTIONS=' {{ container_registry_network_options }}'"
create: yes
when: container_registry_storage_options | length > 0
when: container_registry_network_options | length > 0
notify: restart docker service
- name: ensure docker group exists