Merge "Drop the NTP service precheck"
This commit is contained in:
commit
f49f9909ca
@ -5,16 +5,6 @@
|
||||
register: timedatectl_status
|
||||
changed_when: false
|
||||
|
||||
- name: Fail if no (S)NTP service is running
|
||||
fail:
|
||||
msg: >-
|
||||
timedatectl does not see any (S)NTP service running.
|
||||
Please ensure you have (S)NTP client working.
|
||||
when:
|
||||
- "'service: active' not in timedatectl_status.stdout"
|
||||
# Ubuntu Bionic (18.04)
|
||||
- "'service active: yes' not in timedatectl_status.stdout"
|
||||
|
||||
- name: Fail if the clock is not synchronized
|
||||
fail:
|
||||
msg: >-
|
||||
|
7
releasenotes/notes/bug-1922721-19163cfb491d0035.yaml
Normal file
7
releasenotes/notes/bug-1922721-19163cfb491d0035.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue preventing prechecks from succeeding when "non-native"
|
||||
NTP daemon was used, such as ``ntpd` as opposed to ``systemd-timesyncd``
|
||||
on a Debian/Ubuntu system or to ``chronyd`` on a CentOS/RHEL system.
|
||||
`LP#1922721 <https://launchpad.net/bugs/1922721>`__
|
Loading…
Reference in New Issue
Block a user