|
@@ -9,7 +9,7 @@
|
|
|
vars:
|
|
|
persistentlocalstorage_project: "{{ openshift_persistentlocalstorage_project | default('local-storage') }}"
|
|
|
persistentlocalstorage_classes: "{{ openshift_persistentlocalstorage_classes | default([]) }}"
|
|
|
- persistentlocalstorage_path: "{{ openshift_persistentlocalstorage_path | default('/mnt/local-storage') }}/{{ item }}"
|
|
|
+ persistentlocalstorage_path: "{{ openshift_persistentlocalstorage_path | default('/mnt/local-storage') }}"
|
|
|
roles:
|
|
|
- role: openshift_persistentlocalstorage
|
|
|
when: openshift_persistentlocalstorage_enabled | default(False) | bool
|