mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 02:44:40 +08:00
copr: explicitly import handlers for copr-frontend.yml
Trying to solve this issue
TASK [Mount swap]
ERROR! The requested handler 'restart swap.swap' was not found in
either the main handlers list nor in the listening handlers list
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/private/ansible/files/openstack/passwords.yml
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
tasks:
|
||||
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||
# when: datacenter != "aws"
|
||||
|
||||
Reference in New Issue
Block a user