diff --git a/lib/ansible/modules/crypto/acme/acme_certificate.py b/lib/ansible/modules/crypto/acme/acme_certificate.py index 54e17fdbb1..47a453b953 100644 --- a/lib/ansible/modules/crypto/acme/acme_certificate.py +++ b/lib/ansible/modules/crypto/acme/acme_certificate.py @@ -49,7 +49,7 @@ notes: did not change." - "If you want to use the C(tls-alpn-01) challenge, you can use the M(acme_challenge_cert_helper) module to prepare the challenge certificate." - - "You can use the M(certificate_complet_chain) module to find the root certificate + - "You can use the M(certificate_complete_chain) module to find the root certificate for the returned fullchain." extends_documentation_fragment: - acme