mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
[cloud] ovirt: add headers param to auth (#27881)
* Add filter param to ovirt module auth * Update docs to include new filter param * Fix broken YAML * Replace filter param with headers
This commit is contained in:
parent
49209bfcc5
commit
7d1308b0d8
4 changed files with 17 additions and 0 deletions
|
@ -143,6 +143,7 @@ def create_connection(auth):
|
|||
insecure=auth.get('insecure', False),
|
||||
token=auth.get('token', None),
|
||||
kerberos=auth.get('kerberos', None),
|
||||
headers=auth.get('headers', None),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue