Browse Source

Install cri-tools and podman

Scott Dodson 6 năm trước cách đây
mục cha
commit
bc1d1e7106
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      roles/container_runtime/tasks/package_crio.yml

+ 6 - 1
roles/container_runtime/tasks/package_crio.yml

@@ -32,10 +32,15 @@
 
 - name: Install cri-o
   package:
-    name: "cri-o"
+    name: "{{ crio_pkgs | join(',') }}"
     state: present
   register: result
   until: result is succeeded
+  vars:
+    crio_pkgs:
+      - "cri-o"
+      - "cri-tools"
+      - "podman"
 
 - name: Remove CRI-O default configuration files
   file: