fix spelling error (#8342)
parent
ed3932b7d5
commit
e88a27790c
|
@ -112,7 +112,7 @@
|
||||||
register: need_bootstrap_crio
|
register: need_bootstrap_crio
|
||||||
when: is_ostree
|
when: is_ostree
|
||||||
|
|
||||||
- name: Install cri-o packages with osttree
|
- name: Install cri-o packages with ostree
|
||||||
command: "rpm-ostree install {{ crio_packages|join(' ') }}"
|
command: "rpm-ostree install {{ crio_packages|join(' ') }}"
|
||||||
when:
|
when:
|
||||||
- is_ostree
|
- is_ostree
|
||||||
|
|
Loading…
Reference in New Issue