Skip to content
Snippets Groups Projects
Commit 99d500c5 authored by Chris Hines's avatar Chris Hines
Browse files

fix the yaml formating, I suspect ansible became stricter on this this receently

Former-commit-id: 968a5147
parent 332001a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment