docker: fix missing quotes

pull/855/head
Jim Curtis 2016-06-21 09:29:02 -07:00
parent fa82827636
commit baed49e1c7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
- name: purge ceph directories - name: purge ceph directories
file: file:
path: {{ item }} path: "{{ item }}"
state: absent state: absent
with_items: with_items:
- /etc/ceph/ - /etc/ceph/