mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
ACI Rest: Fix issue with XML response (#28785)
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user