add secret file

This commit is contained in:
2024-03-18 12:07:14 +05:30
parent 2a4ab2c051
commit 20839f1963

View File

@@ -1,6 +1,8 @@
--- ---
- hosts: kube - hosts: kube
become: true become: true
vars_files:
- ../secret
tasks: tasks:
- name: Prune images - name: Prune images
command: sudo k3s crictl rmi --prune command: sudo k3s crictl rmi --prune