mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Allowing to force account URI. (#44282)
This commit is contained in:
parent
6caf0e8149
commit
cfba02bc3b
8 changed files with 40 additions and 1 deletions
|
@ -46,6 +46,12 @@ options:
|
|||
Ansible in the process of moving the module with its argument to
|
||||
the node where it is executed."
|
||||
version_added: "2.5"
|
||||
account_uri:
|
||||
description:
|
||||
- "If specified, assumes that the account URI is as given. If the
|
||||
account key does not match this account, or an account with this
|
||||
URI does not exist, the module fails."
|
||||
version_added: "2.7"
|
||||
acme_version:
|
||||
description:
|
||||
- "The ACME version of the endpoint."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue