Import restart_services.yml in buildvm-osbuild.yml playbook
The buildvm-osbuild.yml playbook fails when running the base role, specifically when configuring chronyd and restarting it. The reason is that the role is notifying a handler, which is not defined in the role, but it is defined in the main handlers file restart_services.yml. Import handlers from restart_services.yml in the buildvm-osbuild.yml playbook to ensure that all common handlers are available. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
f77d05ce5a
commit
5d5f73b2d0
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
- ipa/client
|
||||
- sudo
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
tasks:
|
||||
- name: Set up osbuild worker
|
||||
block:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue