This commit is contained in:
2026-05-12 18:33:47 +02:00
parent c10632c107
commit ce14814f7c
+7
View File
@@ -15,6 +15,13 @@
become: false
register: helm_repos
- name: Update Helm repos
ansible.builtin.command: helm repo update
environment:
HOME: /home/jd
become: false
register: helm_repos
- debug:
var: helm_repos.stdout
- name: Install NFS Subdir External Provisioner