- name: Ensure longhorn chart kubernetes.core.helm_repository: name: longhorn repo_url: https://charts.longhorn.io - name: Ensure longhorn is installed kubernetes.core.helm: name: longhorn chart_ref: longhorn/longhorn chart_version: "{{ longhorn_chart_version }}" release_namespace: "{{ longhorn_namespace }}" release_state: "{{ longhorn_state }}" create_namespace: True - name: Ensure longhorn namespace kubernetes.core.k8s: state: "{{ longhorn_state }}" definition: apiVersion: v1 kind: Namespace metadata: name: "{{ longhorn_namespace }}" labels: name: "{{ longhorn_namespace }}"