mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
httpapi: Split off and save response text contents (#43305)
* Split off and save response text contents * login might depend on httpapi
This commit is contained in:
@@ -36,7 +36,7 @@ class HttpApiBase(AnsiblePlugin):
|
||||
"""
|
||||
pass
|
||||
|
||||
def update_auth(self, response):
|
||||
def update_auth(self, response, response_text):
|
||||
"""Return per-request auth token.
|
||||
|
||||
The response should be a dictionary that can be plugged into the
|
||||
|
||||
Reference in New Issue
Block a user