Skip to content

Commit

Permalink
cephadm_adopt: fix a typo
Browse files Browse the repository at this point in the history
This play doesn't nothing else than stopping/removing rgw daemons.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit ee44d86)
  • Loading branch information
guits committed May 6, 2021
1 parent c79b866 commit b05d1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-playbooks/cephadm-adopt.yml
Expand Up @@ -628,7 +628,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
Expand Down

0 comments on commit b05d1bd

Please sign in to comment.