This commit is contained in:
2026-05-12 21:31:40 +02:00
parent a5a6d99a6f
commit 5bfd8ebab2
+8
View File
@@ -59,6 +59,14 @@
when: inventory_hostname.endswith('-vm01.home.lan')
- name: Ensure correct ownership of Helm config
file:
path: /home/jd/.kube
state: directory
owner: jd
group: jd
mode: '0700'
when: inventory_hostname.endswith('-vm01.home.lan')
- name: Ensure correct ownership of Helm config
file: