summaryrefslogtreecommitdiffstats
path: root/playbooks/manual/upgrade/mote.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/manual/upgrade/mote.yml')
-rw-r--r--playbooks/manual/upgrade/mote.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/manual/upgrade/mote.yml b/playbooks/manual/upgrade/mote.yml
index 7ff598074..91ead01c5 100644
--- a/playbooks/manual/upgrade/mote.yml
+++ b/playbooks/manual/upgrade/mote.yml
@@ -8,7 +8,7 @@
vars:
testing: False
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
tasks:
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
@@ -29,7 +29,7 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
pre_tasks:
- name: tell nagios to shush