Move helm-diff installation into dedicated role

This commit is contained in:
2025-11-28 12:38:52 +01:00
parent 506352fee0
commit 40e146cdfa
2 changed files with 6 additions and 5 deletions

View File

@@ -22,16 +22,13 @@
tags: [packages]
- role: roles/fly
tags: [packages]
- role: roles/helm-diff
tags: [packages]
tasks:
- name: Dump hostvars
tags: [never, dump]
debug:
var: hostvars[inventory_hostname]
- name: Ensure helm diff
tags: [packages]
kubernetes.core.helm_plugin:
plugin_path: https://github.com/databus23/helm-diff
state: present
- name: Configure QEMU for multiarch podman builds
tags: [packages]
become: yes

View File

@@ -0,0 +1,4 @@
- name: Ensure helm diff
kubernetes.core.helm_plugin:
plugin_path: https://github.com/databus23/helm-diff
state: present