This commit is contained in:
parent
da7465dabd
commit
e9f63d1d08
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Restart cri-o
|
- name: Restart cri-o
|
||||||
service: name=cri-o state=restarted
|
service:
|
||||||
|
name: crio
|
||||||
|
state: restarted
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
|
|
||||||
- name: Enable cri-o on boot
|
- name: Enable cri-o on boot
|
||||||
service:
|
service:
|
||||||
name: cri-o
|
name: crio
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue