Frzk / ansible-role-chrony

Ansible role to manage chrony.
Apache License 2.0
14 stars 8 forks source link

Added Ubuntu 22.04 task as symlink to Debian-10 task #15

Closed mur-me closed 6 months ago

mur-me commented 6 months ago

Hey @Frzk, first of all thanks for the role!

I've added Ubuntu 22.04 to the list of tasks as symlink to Debian 10, because it was breaking the whole logic of the role.

Fix is pretty straight-forward:

Please review :pray:

Frzk commented 6 months ago

Hi @mur-me,

Thanks a lot for the patch. My plan is to rename Debian-10.yml to Debian.yml and let the fallback mechanism implemented in main.yml do its magic. But I'd like to get the tests working before that.

Until then, I'm happily merging your suggestion :) Thanks again!

mur-me commented 6 months ago

Thanks for the quick response on this :pray: