mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
Added 'ignore_timestamps' parameter (#381)
* Added 'ignore_timestamps' parameter * Update plugins/modules/openssh_cert.py Co-authored-by: Andrew Pantuso <ajpantuso@gmail.com> * Update plugins/modules/openssh_cert.py Co-authored-by: Andrew Pantuso <ajpantuso@gmail.com> * Update plugins/modules/openssh_cert.py Co-authored-by: Andrew Pantuso <ajpantuso@gmail.com> * Added fragment * Update plugins/modules/openssh_cert.py Co-authored-by: Andrew Pantuso <ajpantuso@gmail.com> * added ignore_timestamps to example * corrected styling * fixed styling (again) * Update changelogs/fragments/381_openssh_cert_add_ignore_timestamps.yml Co-authored-by: Felix Fontein <felix@fontein.de> * splitted description as suggested by felixfontein * fixed linebreak * Mentioned ignore_timestamps in regenerate Co-authored-by: Andrew Pantuso <ajpantuso@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- openssh_cert - added ``ignore_timestamps`` parameter so it can be used semi-idempotent with relative timestamps in ``valid_to``/``valid_from`` (https://github.com/ansible-collections/community.crypto/issues/379).
|
||||
Reference in New Issue
Block a user