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
|
- name: purge ceph directories
|
||||||
file:
|
file:
|
||||||
path: {{ item }}
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
with_items:
|
with_items:
|
||||||
- /etc/ceph/
|
- /etc/ceph/
|
||||||
|
|
Loading…
Reference in New Issue