mirror of https://github.com/ceph/ceph-ansible.git
docker: fix missing quotes
parent
fa82827636
commit
baed49e1c7
|
@ -23,7 +23,7 @@
|
|||
|
||||
- name: purge ceph directories
|
||||
file:
|
||||
path: {{ item }}
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- /etc/ceph/
|
||||
|
|
Loading…
Reference in New Issue