Skip to content

Commit

Permalink
fix storageclass
Browse files Browse the repository at this point in the history
  • Loading branch information
ebasso committed Jan 13, 2025
1 parent 3f64d64 commit 8567a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/pem_deploy/tasks/04_define_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
ansible.builtin.set_fact:
my_storage_class: "ibm-fyre1"
when:
- my_storage_class is not defined
- my_storage_class == ''
- "'rook-cephfs' in my_storage_list"

- name: Assert that storage class has been defined
Expand Down
2 changes: 1 addition & 1 deletion roles/pem_deploy_db2/tasks/03_define_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
ansible.builtin.set_fact:
my_storage_class: "ibm-fyre1"
when:
- my_storage_class is not defined
- my_storage_class == ''
- "'rook-cephfs' in my_storage_list"

- name: Assert that storage class has been defined
Expand Down

0 comments on commit 8567a0f

Please sign in to comment.