mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
committed by
Ryan Brown
parent
49209bfcc5
commit
7d1308b0d8
@@ -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),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user