mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-20 01:11:26 -07:00
(cherry picked from commit f12df1d21b
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
a3c9c688b9
commit
44ce63ed85
5 changed files with 14 additions and 10 deletions
|
@ -90,7 +90,7 @@ def get_common_arg_spec(supports_create=False, supports_wait=False):
|
|||
config_profile_name=dict(type="str", default="DEFAULT"),
|
||||
api_user=dict(type="str"),
|
||||
api_user_fingerprint=dict(type="str", no_log=True),
|
||||
api_user_key_file=dict(type="str"),
|
||||
api_user_key_file=dict(type="path"),
|
||||
api_user_key_pass_phrase=dict(type="str", no_log=True),
|
||||
auth_type=dict(
|
||||
type="str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue