mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Download once for crio (#6998)
* download run once feature for CRI-O * fix typo * fix test
This commit is contained in:
@@ -73,6 +73,13 @@
|
||||
dest: /etc/crio/crio.conf
|
||||
register: config_install
|
||||
|
||||
- name: Add skopeo pkg to install
|
||||
set_fact:
|
||||
crio_packages: "{{ crio_packages + skopeo_packages }}"
|
||||
when:
|
||||
- not skip_downloads|default(false)
|
||||
- download_run_once
|
||||
|
||||
- name: Install cri-o packages
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user