summaryrefslogtreecommitdiff
path: root/roles/docker/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/docker/tasks/main.yml')
-rw-r--r--roles/docker/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/docker/tasks/main.yml b/roles/docker/tasks/main.yml
index 9d78114c..d4bba120 100644
--- a/roles/docker/tasks/main.yml
+++ b/roles/docker/tasks/main.yml
@@ -12,7 +12,7 @@
copy:
content: "{{ docker_daemon_config | to_nice_json }}\n"
dest: /etc/docker/daemon.json
- notify: restart docker
+# notify: restart docker ### this does not work on first install because adding the repo might flush handlers...
- name: prepare /var/lib/docker as LVM
when: docker_lvm is defined