Skip to content
Snippets Groups Projects
Unverified Commit e88a2779 authored by jbpratt's avatar jbpratt Committed by GitHub
Browse files

fix spelling error (#8342)

parent ed3932b7
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment