summaryrefslogtreecommitdiffstats
path: root/playbooks/manual/upgrade/fedmsg.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/manual/upgrade/fedmsg.yml')
-rw-r--r--playbooks/manual/upgrade/fedmsg.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/manual/upgrade/fedmsg.yml b/playbooks/manual/upgrade/fedmsg.yml
index 2ced492f6..c1d818e67 100644
--- a/playbooks/manual/upgrade/fedmsg.yml
+++ b/playbooks/manual/upgrade/fedmsg.yml
@@ -33,7 +33,7 @@
- python2-fedmsg-meta-fedora-infrastructure
- python-moksha-hub
handlers:
- - include: "{{ handlers }}/restart_services.yml"
+ - include: "{{ handlers_path }}/restart_services.yml"
tasks:
- name: clean all metadata {%if testing%}(with infrastructure-testing on){%endif%}
@@ -60,7 +60,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"
tasks:
- service: name="httpd" state=restarted