geerlingguy / ansible-role-ntp

Ansible Role - NTP
https://galaxy.ansible.com/geerlingguy/ntp/
MIT License
319 stars 243 forks source link

Fix ntp_daemon variable initialization #75

Closed JuddTracy-DAS closed 4 years ago

JuddTracy-DAS commented 4 years ago

Fixed issue where you could not change the ntp_daemon to ntp when it defaults to chrony though import vars from the system includes.

JuddTracy-DAS commented 4 years ago

This should fix issue #73

geerlingguy commented 4 years ago

Thanks!