summaryrefslogtreecommitdiff
path: root/distbuild/ansible/restart.yaml
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-03 16:55:09 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-04 11:37:19 +0000
commita1dfbe101562a4db8c2ef4a44a3a0fd823eb7842 (patch)
treefbce365a9a5391a8f0faeeb4051a20715865353b /distbuild/ansible/restart.yaml
parent9cf34eec5edc0a64cda2cc58f98b2bef65e29a46 (diff)
downloadmorph-a1dfbe101562a4db8c2ef4a44a3a0fd823eb7842.tar.gz
Improvements to distbuild ansible scriptssam/distbuild-ansible
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