Skip to content

Commit

Permalink
Copy pasted too fast, "item" variable is not defined outside mkdir loop
Browse files Browse the repository at this point in the history
  • Loading branch information
dabelenda committed Feb 19, 2018
1 parent cb68d11 commit efce631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efce631

Please sign in to comment.