Skip to content

Commit

Permalink
cri-o: fix crio restart on config change (#10057)
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
  • Loading branch information
MrFreezeex committed May 15, 2023
1 parent 4ffe138 commit 3254080
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions roles/container-engine/cri-o/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@
name: crio
state: restarted
when:
- config_install.changed
- reg_auth_install.changed
- config_install.changed or reg_auth_install.changed
- not service_start.changed

- name: cri-o | verify that crio is running
Expand Down

0 comments on commit 3254080

Please sign in to comment.