geerlingguy / ansible-role-ntp

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

allow errors in dry-run #122

Closed iceowlbeer closed 1 year ago

iceowlbeer commented 1 year ago

If I want to make a dry-run on a new machine there are some errors thrown and the playbook is stopping. I added to ignore the errors in check-mode, so that the whole play will run

stale[bot] commented 1 year ago

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark pull requests as stale.

Normo commented 1 year ago

It would be very nice to have this feature, as we also rely on the initial run in check mode for our automated deployments. Unfortunately, since this fails, we are forced to manually run the deployments for new machines.

Dear @geerlingguy, is there any chance to get this merged soon?