summaryrefslogtreecommitdiff
path: root/distbuild/ansible/restart.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/ansible/restart.yaml')
-rw-r--r--distbuild/ansible/restart.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/distbuild/ansible/restart.yaml b/distbuild/ansible/restart.yaml
index 2d16087e..a587a95e 100644
--- a/distbuild/ansible/restart.yaml
+++ b/distbuild/ansible/restart.yaml
@@ -12,6 +12,7 @@
# The order in which the processes are restarted is important! (Sadly).
- hosts: controller
+ gather_facts: false
tasks:
- name: restart controller processes
service: name={{ item }} state=restarted
@@ -20,6 +21,7 @@
- morph-controller-helper.service
- hosts: workers
+ gather_facts: false
tasks:
- name: restart worker processes
service: name={{ item }} state=restarted