-
Notifications
You must be signed in to change notification settings - Fork 12
Make cert expiration check independent of locale #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Please wait with reviewing since I could only change the checks for the CA cert for now. |
|
@danopt you found an alternative way to deal with the locale in the function. Let's try that because it needs less changes than my approach. |
…emented to_datetime_by_locale filter
This reverts commit ade949e.
martialblog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this amount of code I usually recommend some unit tests... but overall, looks good.
|
Yes, unit tests are probably a good idea. I will implement them. |
martialblog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from the Python Point-Of-View. Ansible part I assume works
Very good work! ⭐
* Fix pipelines.yml comments fixes NETWAYS#125
This will use another module for checking expiration dates of certificates fixes NETWAYS#124 --------- Co-authored-by: Daniel Patrick <daniel.patrick@netways.de>
This will use another module for checking expiration dates of certificates
fixes #124