From fec302b162835518be446b1113bd1f1daeb054b9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 2 Sep 2018 19:01:45 +0200 Subject: [PATCH] Fixing typo in acme_certificate docs. (#45082) --- lib/ansible/modules/crypto/acme/acme_certificate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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