ansible-role-cri-o/handlers/main.yml
Adrien Reslinger 1e20bf368e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update ansible code
2022-08-16 17:02:36 +02:00

5 lines
89 B
YAML

---
- name: Restart cri-o
ansible.builtin.service:
name: crio
state: restarted