mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Add proxy parameter to k8s module. (#55377)
This commit is contained in:
parent
0ff67d0a1c
commit
da28089a78
2 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,7 @@ AUTH_ARG_SPEC = {
|
|||
'type': 'path',
|
||||
'aliases': ['key_file'],
|
||||
},
|
||||
'proxy': {},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue