采用命令强制同步
chronyc makestep
也可以添加手动同步时间命令到~/.bashrc
/usr/bin/chronyc makestep > /dev/null 2>&1 &
或添加到crontab
⚠️注意需要重定向输出流,不然可能导致ansible等工具工作异常(判断os有误)