mirror of https://github.com/ceph/ceph-ansible.git
cephadm_adopt: fix a typo
This play doesn't nothing else than stopping/removing rgw daemons.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit ee44d86072
)
pull/6455/head
parent
e84c42b33f
commit
c2d40d4383
|
@ -677,7 +677,7 @@
|
|||
environment:
|
||||
CEPHADM_IMAGE: '{{ ceph_docker_registry }}/{{ ceph_docker_image }}:{{ ceph_docker_image_tag }}'
|
||||
|
||||
- name: redeploy rgw daemons
|
||||
- name: stop and remove legacy ceph rgw daemons
|
||||
hosts: "{{ rgw_group_name|default('rgws') }}"
|
||||
serial: 1
|
||||
become: true
|
||||
|
|
Loading…
Reference in New Issue