]> git.phdru.name Git - ansible.git/commit
Fix(adjtimex): Call `adjtimex` without `-h`
authorOleg Broytman <phd@phdru.name>
Sat, 14 Dec 2019 15:02:52 +0000 (18:02 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 16 Dec 2019 09:27:31 +0000 (12:27 +0300)
commit31bee430fb2848e39cd98f8273f1ba9a2efe84e4
tree7df119d799fdbbe1c35127396b87fd33921d20be
parent2ad0270fc8bb1cbaa0b364bdbcab6d0a515a95bc
Fix(adjtimex): Call `adjtimex` without `-h`

In debian 10 `adjtimex` is buggy
(see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=944867)
so we have to run it without `-h`.
Ok, `adjtimex -l` + `ntpdate` + `hwclock` is enough.

Fix Debian package name.
playbooks/roles/adjtimex/tasks/main.yml
playbooks/roles/adjtimex/templates/adjtimex.sh