]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
update: fix mgr upgrade issue
authorGuillaume Abrioux <gabrioux@redhat.com>
Sun, 22 Jan 2023 07:21:31 +0000 (08:21 +0100)
committerTeoman ONAY <tonay@redhat.com>
Wed, 31 May 2023 21:07:13 +0000 (23:07 +0200)
commit5cd692dcdc8dd55036b8c283f1bca56f79965c1d
tree9ae8663c45e4b06a2485b08d0ee0fe29fe2ef0e9
parent15b91962e7ed0993b34b81d3cf61dbb54239adfb
update: fix mgr upgrade issue

for some reason, this task has to be done in 2 steps otherwise it fails.
1/ stop and disable the service
2/ mask it

when done with with a single task, the module says the service has been
stopped while this isn't the case (Ansible systemd module bug?).

it possibly relates to https://github.com/ansible/ansible/issues/68680

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml