mirror of https://github.com/ceph/ceph-ansible.git
Adding missing tag
parent
09d104f297
commit
41386c7bde
|
@ -99,7 +99,7 @@
|
|||
|
||||
- name: run the ceph osd docker image
|
||||
docker:
|
||||
image: "{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}"
|
||||
image: "{{ ceph_osd_docker_username }}/{{ ceph_osd_docker_imagename }}:{{ ceph_osd_docker_tag }}"
|
||||
name: "{{ ansible_hostname }}-osd-{{ item | regex_replace('/', '') }}"
|
||||
net: host
|
||||
pid: host
|
||||
|
|
Loading…
Reference in New Issue