Allow airgapped CRI-O installation (#6927)

This commit is contained in:
Bas van den Brink
2020-11-28 17:38:47 +01:00
committed by GitHub
parent 97ff67e54a
commit 17fb1ceed8
3 changed files with 15 additions and 2 deletions

View File

@@ -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"