summaryrefslogtreecommitdiffstats
path: root/roles/calico/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/calico/handlers/main.yml')
-rw-r--r--roles/calico/handlers/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/calico/handlers/main.yml b/roles/calico/handlers/main.yml
new file mode 100644
index 000000000..65d75cf00
--- /dev/null
+++ b/roles/calico/handlers/main.yml
@@ -0,0 +1,8 @@
+---
+- name: restart calico
+ become: yes
+ systemd: name=calico state=restarted
+
+- name: restart docker
+ become: yes
+ systemd: name=docker state=restarted