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:
Jakub Kadlcik 2022-11-18 18:29:25 +01:00
parent b457fe0874
commit 36a976c5ef

View file

@ -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"