Browse Source

fix: crio restart handler

crio restart handler `when` clause is overwritten by an unrelated import_role. we set the import_role to load handlers from an empty file to avoid this
pull/11547/head
alimehrabikoshki 2 months ago
committed by GitHub
parent
commit
b8a0327fa9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions
  1. 0
      roles/container-engine/cri-o/handlers/reset.yml
  2. 1
      roles/container-engine/validate-container-engine/tasks/main.yml

0
roles/container-engine/cri-o/handlers/reset.yml

1
roles/container-engine/validate-container-engine/tasks/main.yml

@ -151,3 +151,4 @@
import_role:
name: container-engine/cri-o
tasks_from: reset
handlers_from: reset
Loading…
Cancel
Save