Fix Ansible 2.0 deprecation warning for bare variables.

This commit is contained in:
Jeff Geerling 2016-03-11 10:47:32 -06:00
parent 492a9df298
commit 8670eb1720

View file

@ -20,7 +20,7 @@
- name: Ensure directories to export exist
file: 'path="{{ item.strip().split()[0] }}" state=directory'
with_items: nfs_exports
with_items: "{{ nfs_exports }}"
notify: restart nfs
- name: Copy exports file.