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
Rishabh Dave 2019-02-12 12:25:13 +05:30 committed by Sébastien Han
parent 54f5dc3aab
commit 05ea783eff
1 changed files with 1 additions and 1 deletions

View File

@ -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: