Skip to content
Snippets Groups Projects

Fixes

Merged Chris Hines requested to merge fixes into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -34,7 +34,7 @@
- name: symlink volumes
file: force=yes state=link src="{{ item.mntpt }}" path="{{ item.linkto }}"
when: item.linkto is defined
with_items: volumes
with_items: "{{ volumes }}"
sudo: true
Loading