ansible/test/integration/targets/aci_rest/tasks/main.yml
Dag Wieers d8649adf10 aci_rest: More tests related to input types
Now test inline YAML, inline JSON, YAML string, JSON string and XML
string input.
2017-09-05 00:59:33 -07:00

19 lines
440 B
YAML

# Test code for the ACI modules
# Copyright 2017, Dag Wieers <dag@wieers.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
- include_tasks: yaml_inline.yml
tags: yaml_inline
- include_tasks: yaml_string.yml
tags: yaml_string
- include_tasks: json_inline.yml
tags: json_inline
- include_tasks: json_string.yml
tags: json_string
- include_tasks: xml_string.yml
tags: xml_string