mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Rename letsencrypt module utils / document fragment to acme. (#40697)
This commit is contained in:
parent
4188c5986b
commit
e294426b07
5 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@ description:
|
|||
(CA), run for the public's benefit. For details see U(https://letsencrypt.org)."
|
||||
- "This module only works with the ACME v2 protocol."
|
||||
extends_documentation_fragment:
|
||||
- letsencrypt
|
||||
- acme
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
@ -111,7 +111,7 @@ account_uri:
|
|||
type: string
|
||||
'''
|
||||
|
||||
from ansible.module_utils.letsencrypt import (
|
||||
from ansible.module_utils.acme import (
|
||||
ModuleFailException, ACMEAccount
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue