]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
setup_ntp: call handler to disable ntpd if chronyd used
authorPatrick C. F. Ernzer <pcfe@pcfe.net>
Thu, 7 Feb 2019 15:36:20 +0000 (16:36 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 15 Feb 2019 09:09:36 +0000 (09:09 +0000)
commita43c68df7d3dc5f76432d8768f913e8dbbf64a91
treee381b899fa38147c22e31c51658b233a29f6a84f
parent6200f90ab21c3fe24d71cad652a94b1273873c17
setup_ntp: call handler to disable ntpd if chronyd used

The task setup chronyd called the handler disable chronyd, which of
course defeats the purpose.

Changing the task to disable ntpd instead fixes the issue of chronyd
being disabled after it got enabled.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1673664
Fixes: #3582
Signed-off-by: Patrick C. F. Ernzer pcfe@redhat.com
(cherry picked from commit c605ff6a68720ab43b63086c3ac1d529a651f585)
roles/ceph-infra/tasks/setup_ntp.yml