Rename letsencrypt module utils / document fragment to acme. (#40697)

This commit is contained in:
Felix Fontein 2018-05-25 09:08:14 +02:00 committed by René Moser
parent 4188c5986b
commit e294426b07
5 changed files with 6 additions and 6 deletions

View file

@ -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
)