mirror of https://github.com/ceph/ceph-ansible.git
fix mistake in task that aborts when ntpd is chosen on Atomic
Since it's already confusing whether ntp_daemon_type should be "ntp" or "ntpd", fix the mistake in the title of the task that aborts if ntp_daemon_type is set to "ntpd" and OS being used is Atomic. Signed-off-by: Rishabh Dave <ridave@redhat.com>pull/3601/head
parent
54f5dc3aab
commit
05ea783eff
|
@ -37,7 +37,7 @@
|
|||
- ntp_daemon_type not in ['chronyd', 'ntpd', 'timesyncd']
|
||||
|
||||
# Since NTPd can not be installed on Atomic...
|
||||
- name: abort if ntp_daemon_type is ntp on Atomic
|
||||
- name: abort if ntp_daemon_type is ntpd on Atomic
|
||||
fail:
|
||||
msg: installation can't happen on Atomic and ntpd needs to be installed
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue