Compare commits

...

2 commits

2 changed files with 4 additions and 2 deletions

View file

@ -83,6 +83,8 @@
name: "{{ item }}" name: "{{ item }}"
driver: driver.longhorn.io driver: driver.longhorn.io
deletionPolicy: Delete deletionPolicy: Delete
parameters:
type: snap
with_items: with_items:
- "longhorn" - "longhorn"
- "longhorn-crypt" - "longhorn-crypt"
@ -105,7 +107,7 @@
- name: longhorn need to be absent - name: longhorn need to be absent
block: block:
- name: Deploy latest version of longhorn - name: Remove longhorn
kubernetes.core.helm: kubernetes.core.helm:
context: "{{ my_context }}" context: "{{ my_context }}"
name: longhorn name: longhorn

View file

@ -2,4 +2,4 @@
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: "{{ storage_longhorn.namespace }}" name: "{{ storage_longhorn_namespace }}"