mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
Allow airgapped CRI-O installation (#6927)
This commit is contained in:
committed by
GitHub
parent
97ff67e54a
commit
17fb1ceed8
@@ -39,7 +39,9 @@
|
||||
- (ansible_distribution_major_version | int) >= 31
|
||||
- ansible_proc_cmdline['systemd.unified_cgroup_hierarchy'] is not defined or ansible_proc_cmdline['systemd.unified_cgroup_hierarchy'] != '0'
|
||||
|
||||
- import_tasks: "crio_repo.yml"
|
||||
- name: import crio repo
|
||||
import_tasks: "crio_repo.yml"
|
||||
when: crio_add_repos
|
||||
|
||||
- import_tasks: "crictl.yml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user