From b3c19e5aaea71fac3a1e84e8dcc79ce23c0f0bef Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 18 Jun 2019 16:16:29 +0200 Subject: [PATCH] Fix missing doc type. (#57884) (#57982) (cherry picked from commit da6f6cc4562821edb83131cccfdc52383a089e29) --- lib/ansible/modules/crypto/openssl_certificate_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/crypto/openssl_certificate_info.py b/lib/ansible/modules/crypto/openssl_certificate_info.py index 083b39f51e2..70ea1683f05 100644 --- a/lib/ansible/modules/crypto/openssl_certificate_info.py +++ b/lib/ansible/modules/crypto/openssl_certificate_info.py @@ -45,7 +45,7 @@ options: - Valid format is C([+-]timespec | ASN.1 TIME) where timespec can be an integer + C([w | d | h | m | s]) (e.g. C(+32w1d2h), and ASN.1 TIME (i.e. pattern C(YYYYMMDDHHMMSSZ)). Note that all timestamps will be treated as being in UTC. - + type: dict select_crypto_backend: description: - Determines which crypto backend to use.