From b1e4777b4d3a0fd4f74f2a9cc0075fdecb088d3f Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 6 Mar 2026 19:02:14 +0100 Subject: [PATCH] Fix typos (phassphrase => passphrase) (#984) --- plugins/doc_fragments/_acme.py | 2 +- plugins/modules/acme_account.py | 2 +- plugins/modules/acme_certificate_revoke.py | 2 +- plugins/modules/acme_challenge_cert_helper.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/doc_fragments/_acme.py b/plugins/doc_fragments/_acme.py index ac0fe947..94dcf3ab 100644 --- a/plugins/doc_fragments/_acme.py +++ b/plugins/doc_fragments/_acme.py @@ -106,7 +106,7 @@ options: type: str account_key_passphrase: description: - - Phassphrase to use to decode the account key. + - Passphrase to use to decode the account key. - B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend. type: str version_added: 1.6.0 diff --git a/plugins/modules/acme_account.py b/plugins/modules/acme_account.py index e57569d0..b45bb9a4 100644 --- a/plugins/modules/acme_account.py +++ b/plugins/modules/acme_account.py @@ -92,7 +92,7 @@ options: type: str new_account_key_passphrase: description: - - Phassphrase to use to decode the new account key. + - Passphrase to use to decode the new account key. - B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend. type: str version_added: 1.6.0 diff --git a/plugins/modules/acme_certificate_revoke.py b/plugins/modules/acme_certificate_revoke.py index 32f5507d..d5300979 100644 --- a/plugins/modules/acme_certificate_revoke.py +++ b/plugins/modules/acme_certificate_revoke.py @@ -81,7 +81,7 @@ options: type: str private_key_passphrase: description: - - Phassphrase to use to decode the certificate's private key. + - Passphrase to use to decode the certificate's private key. - B(Note:) this is not supported by the C(openssl) backend, only by the C(cryptography) backend. type: str version_added: 1.6.0 diff --git a/plugins/modules/acme_challenge_cert_helper.py b/plugins/modules/acme_challenge_cert_helper.py index bc40457c..1d524d74 100644 --- a/plugins/modules/acme_challenge_cert_helper.py +++ b/plugins/modules/acme_challenge_cert_helper.py @@ -63,7 +63,7 @@ options: type: str private_key_passphrase: description: - - Phassphrase to use to decode the private key. + - Passphrase to use to decode the private key. type: str version_added: 1.6.0 """