]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
debian/uca: remove the handler notification
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 10 Jun 2020 14:32:53 +0000 (10:32 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Mar 2021 21:06:11 +0000 (22:06 +0100)
commit6921aafb2b90a487b4491ece9189f90fe11bd201
treec372a57729cbc235f5b8f76d11182b705ea7ace5
parente6447bdc2b578a9c9ec4e5aaacf9274fd59d8496
debian/uca: remove the handler notification

The "update apt cache" in the ceph-handler role was never called and the
handler trigger after adding the uca repository doesn't exist at all.
Instead of using a handler for that we can just set the update_cache
parameter to true like the other apt_repository tasks.

Resolve merge conflict from cherry-picking this commit.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 09d6706697d37abc245f627847c07e9b165d03a0)
roles/ceph-common/tasks/installs/debian_uca_repository.yml
roles/ceph-handler/handlers/main.yml