bugfix:创建/var/lib/rancher/k3s/agent/images目录

This commit is contained in:
fumingwei
2023-06-21 19:48:13 +08:00
parent 18b26201b0
commit 94d10adb0a

View File

@@ -9,6 +9,12 @@
dest: /usr/bin/
mode: 0755
- name: "Create /var/lib/rancher/k3s/agent/images directory"
file:
path: "/var/lib/rancher/k3s/agent/images"
state: directory
mode: '0755'
# - name: "copy k3s-airgap-images-amd64.tar to destination"
# copy:
# src: "{{ role_path }}/files/k3s-airgap-images-amd64.tar"