Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 2, 2025
1 parent 0bec1fe commit 1b1c9fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/clusterlust.openebs/tasks/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
state: "{{ desired_state }}"
update_repo_cache: true
wait: true

- name: Manage StorageClass
kubernetes.core.k8s:
state: "{{ desired_state }}"
src: local-hostpath-sc.yaml
#
#- name: Manage StorageClass
# kubernetes.core.k8s:
# state: "{{ desired_state }}"
# src: local-hostpath-sc.yaml

- name: Remove helm repository
when: desired_state == 'absent'
Expand Down

0 comments on commit 1b1c9fa

Please sign in to comment.