diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-03 16:06:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-03 16:06:16 -0500 |
commit | 01135c08c46c3674f93123833bc14ba4aa661fe0 (patch) | |
tree | 6033f586a27e4b7778bd52540768203bdde7ab1d /roles/contiv | |
parent | 850bb25200db1488f66c15d9a49cfb8dbc09946a (diff) | |
parent | 44115530148069e200e3a5d92b00e981aaa6e824 (diff) | |
download | openshift-01135c08c46c3674f93123833bc14ba4aa661fe0.tar.gz openshift-01135c08c46c3674f93123833bc14ba4aa661fe0.tar.bz2 openshift-01135c08c46c3674f93123833bc14ba4aa661fe0.tar.xz openshift-01135c08c46c3674f93123833bc14ba4aa661fe0.zip |
Merge pull request #4049 from ashcrow/system-container-docker
Merged by openshift-bot
Diffstat (limited to 'roles/contiv')
-rw-r--r-- | roles/contiv/tasks/netplugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/contiv/tasks/netplugin.yml b/roles/contiv/tasks/netplugin.yml index 97b9762df..0847c92bc 100644 --- a/roles/contiv/tasks/netplugin.yml +++ b/roles/contiv/tasks/netplugin.yml @@ -105,7 +105,7 @@ - name: Docker | Restart docker service: - name: docker + name: "{{ openshift.docker.service_name }}" state: restarted when: docker_updated|changed |