jbpratt
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/container-engine/cri-o/tasks/main.yaml
|
|
@ -112,7 +112,7 @@ |
|
|
|
register: need_bootstrap_crio |
|
|
|
when: is_ostree |
|
|
|
|
|
|
|
- name: Install cri-o packages with osttree |
|
|
|
- name: Install cri-o packages with ostree |
|
|
|
command: "rpm-ostree install {{ crio_packages|join(' ') }}" |
|
|
|
when: |
|
|
|
- is_ostree |
|
|
|