mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +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/vars.yml"
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
# - import_tasks: "{{ tasks_path }}/persistent_cloud.yml"
|
||||||
# when: datacenter != "aws"
|
# when: datacenter != "aws"
|
||||||
|
|||||||
Reference in New Issue
Block a user