mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 14:39:07 +00:00
(cherry picked from commit 49d9a257ef)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
cf889faf42
commit
bd4d5fe9db
12 changed files with 13 additions and 13 deletions
|
|
@ -569,7 +569,7 @@ def endpoint_list_spec():
|
|||
provider=dict(type='dict', options=endpoint_argument_spec()),
|
||||
metrics=dict(type='dict', options=endpoint_argument_spec()),
|
||||
alerts=dict(type='dict', options=endpoint_argument_spec()),
|
||||
ssh_keypair=dict(type='dict', options=endpoint_argument_spec()),
|
||||
ssh_keypair=dict(type='dict', options=endpoint_argument_spec(), no_log=False),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue