Loading templates/chrony/chrony.conf.j2 +3 −1 Original line number Diff line number Diff line pool {{ ntp_server }} iburst {%- for server in ntp_servers %} pool {{ server }} iburst {%- endfor %} keyfile /etc/chrony/chrony.keys driftfile /var/lib/chrony/chrony.drift Loading Loading
templates/chrony/chrony.conf.j2 +3 −1 Original line number Diff line number Diff line pool {{ ntp_server }} iburst {%- for server in ntp_servers %} pool {{ server }} iburst {%- endfor %} keyfile /etc/chrony/chrony.keys driftfile /var/lib/chrony/chrony.drift Loading