mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
fixing broken check mode in the github_key (#9186)
* fixing datetime.strftime()
* added changelog fragment
* Update changelogs/fragments/9186-fix-broken-check-mode-in-github-key.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit a863b62859
)
Co-authored-by: tomcperry <99128358+tomcperry@users.noreply.github.com>
2 lines
No EOL
203 B
YAML
2 lines
No EOL
203 B
YAML
bugfixes:
|
|
- github_key - in check mode, a faulty call to ```datetime.strftime(...)``` was being made which generated an exception (https://github.com/ansible-collections/community.general/issues/9185). |