Преглед изворни кода

Copy pasted too fast, "item" variable is not defined outside mkdir loop

Diego Abelenda пре 7 година
родитељ
комит
b7390a603c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      playbooks/openshift-hosted/private/create_persistent_volumes.yml

+ 1 - 1
playbooks/openshift-hosted/private/create_persistent_volumes.yml

@@ -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