bugfix:TSG-16319:修改k3s service env文件位置

This commit is contained in:
fumingwei
2023-07-25 20:53:24 +08:00
parent 0999494140
commit 280fdea3ca

View File

@@ -46,7 +46,7 @@
- name: "copy k3s.service.env to destination"
copy:
src: "{{ role_path }}/files/k3s.service.env"
dest: /etc/systemd/system/k3s.service.env
dest: /usr/lib/systemd/system/k3s.service.env
- name: "copy multus-cni.tar to destination"
copy: