mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: docker fix typo again...
Signed-off-by: Sébastien Han <seb@redhat.com>pull/677/head
parent
e5dfd6d34b
commit
4b93fc9dbd
|
@ -57,7 +57,7 @@
|
||||||
not is_atomic and
|
not is_atomic and
|
||||||
not ansible_os_family == 'CoreOS'
|
not ansible_os_family == 'CoreOS'
|
||||||
|
|
||||||
name: prepare ceph osd disk for container operating systems
|
- name: prepare ceph osd disk for container operating systems
|
||||||
shell: |
|
shell: |
|
||||||
docker run -d --net=host \
|
docker run -d --net=host \
|
||||||
--pid=host \
|
--pid=host \
|
||||||
|
|
Loading…
Reference in New Issue