roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Updating geerlingguy.ntp role from Ansible Galaxy to latest (2.3.1) #1376

Closed paulbrzeski closed 2 years ago

paulbrzeski commented 2 years ago

Ran into an issue provisioning a Ubuntu 20.04 box, turns out there's a known issue where your timesync service is disabled while Ansible is also looking for it.

Vendor issue: https://github.com/geerlingguy/ansible-role-ntp/issues/87 Hotfix PR: https://github.com/geerlingguy/ansible-role-ntp/pull/110

I've tested the latest version of ntp and was able to provision without issue, but more testing may be needed for others.

swalkinshaw commented 2 years ago

Thank you!