From 8738f57be5c4104c23cf95fa4de908e7dc0b78dc Mon Sep 17 00:00:00 2001 From: austinlucaslake Date: Sat, 11 May 2024 05:19:16 +0000 Subject: [PATCH] deploy: 29ac3cbe8174be1e8a3177f588e29fa8eac182e0 --- pr/743/gpg_keypair_module.html | 45 ++++++++++++++++++++++----------- pr/743/objects.inv | Bin 17259 -> 17275 bytes pr/743/searchindex.js | 2 +- 3 files changed, 31 insertions(+), 16 deletions(-) diff --git a/pr/743/gpg_keypair_module.html b/pr/743/gpg_keypair_module.html index fb2d0c2d..850ace47 100644 --- a/pr/743/gpg_keypair_module.html +++ b/pr/743/gpg_keypair_module.html @@ -212,7 +212,7 @@ see
  • gpg >= 2.1

  • -
  • python-dateutil

  • +
  • python-dateutil >= 2.7.0

  • @@ -250,7 +250,9 @@ see expire_date=<n>y, the key expires in n years.

    Also excepts dates in ISO formats.

    If left unspecified, any created GPG keys never expire.

    -

    The module will fail if expire_date is specified, but the python-dateutil package is not found.

    +

    This module will fail if an unsupported format for expire_date is provided.

    +

    This module will fail if expire_date is provided, the python-dateutil package is not found, and install_dateutil=false.

    +

    This module will fail if expire_date is provided, the python-dateutil package is not found, install_dateutil=true, and check_mode is true.

    @@ -270,12 +272,19 @@ see state=absent.

    Choices:

      -
    • false ← (default)

    • -
    • true

    • +
    • false

    • +
    • true ← (default)

    +

    install_dateutil

    +

    string

    +
    +

    Specifies whether or not to try to install python-dateutil package if not found.

    +
    + +

    key_curve

    string

    @@ -284,6 +293,7 @@ see key_curve=ed25519 is only supported if key_type=EDDSA.

    This parameter is required if key_type=ECDSA or key_type=EDDSA.

    This parameter is ignored if key_type=RSA or key_type=DSA.

    +

    This module will fail if an unsupported key_curve is provided for the given key_type.

    Choices: