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:
parent
b457fe0874
commit
36a976c5ef
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue