diff --git a/pr/743/gpg_keypair_module.html b/pr/743/gpg_keypair_module.html index f7fa5660..79911187 100644 --- a/pr/743/gpg_keypair_module.html +++ b/pr/743/gpg_keypair_module.html @@ -102,6 +102,7 @@
If force=True, key generation is executed using the module’s options, even a matching key is found.
This parameter does not override check_mode.
This parameter is ignored if state=absent.
Choices:
+false ← (default)
true
[]
Specifies a name for the key’s user id.
Passphrase used to decrypt an existing private key or encrypt a newly generated private key.
[]
4096 bits, and the default length is 3072 bits.
Note
+If a user-id is provided, the module’s options are matched against all keys with said user-id.
If a fingerprint is provided but no user-id is provided, the module’s options are matched against the fingerprint(s).
If neither a fingerprint or user-id is provided, the module’s options are matched against all keys.
- name: Generate the default GPG keypair
community.crypto.gpg_keypair:
@@ -490,7 +517,7 @@ see
-Return Values
+Return Values
Common return values are documented here, the following are the fields unique to this module: