mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ACI Rest: Fix issue with XML response (#28785)
This commit is contained in:
parent
d740dfdcb6
commit
e3b66a8016
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ def aci_response(result, rawoutput, rest_type='xml'):
|
|||
if rest_type == 'json':
|
||||
aci_response_json(result, rawoutput)
|
||||
|
||||
aci_response_xml(result, rawoutput)
|
||||
else:
|
||||
aci_response_xml(result, rawoutput)
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue