mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 09:55:26 -07: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:
parent
13dd1acbec
commit
ab40c72a3c
4 changed files with 22 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue