ansible-aci icon indicating copy to clipboard operation
ansible-aci copied to clipboard

Added xml file validation to the aci_rest module

Open sajagana opened this issue 2 years ago • 1 comments

Note:

Removed unwanted code from the aci_rest module and add xml file validation tasks.

sajagana avatar Jun 23 '22 14:06 sajagana

what would happen in scenario rest_type json, output_format xml?

If rest_type is JSON, It will ignore the output_format check.

And the output_format supports only XML file/string. It won’t support rest_type JSON.

sajagana avatar Jun 24 '22 13:06 sajagana