From 635b25519bd57c5daef5c09db618ba15836f7664 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Sat, 2 Apr 2022 23:02:42 +0700 Subject: [PATCH] Document OpenSSH 7.7 required for validity always (#429) * Document OpenSSH 7.7 required for validity always * Document cert start time option for OpenSSH <7.7 * Improve language of "always" time support * Update language on `always` to suggested * Fix indetation --- plugins/modules/openssh_cert.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/openssh_cert.py b/plugins/modules/openssh_cert.py index 46bf02d9..9f6d1a65 100644 --- a/plugins/modules/openssh_cert.py +++ b/plugins/modules/openssh_cert.py @@ -113,6 +113,8 @@ options: Time will always be interpreted as UTC. Valid formats are: C([+-]timespec | YYYY-MM-DD | YYYY-MM-DDTHH:MM:SS | YYYY-MM-DD HH:MM:SS | always) where timespec can be an integer + C([w | d | h | m | s]) (for example C(+32w1d2h)). Note that if using relative time this module is NOT idempotent." + - "The value C(always) is only supported for OpenSSH 7.7 and greater, however, the value C(1970-01-01T00:00:01) + can be used with earlier versions as an equivalent expression." - "To ignore this value during comparison with an existing certificate set I(ignore_timestamps=true)." - Required if I(state) is C(present). type: str