c66ee7e994
* Split C# module utils to their own test target * Fix up outstanding sanity ignores
9 lines
189 B
YAML
9 lines
189 B
YAML
---
|
|
- name: test Ansible.Basic.cs
|
|
ansible_basic_tests:
|
|
register: ansible_basic_test
|
|
|
|
- name: assert test Ansible.Basic.cs
|
|
assert:
|
|
that:
|
|
- ansible_basic_test.data == "success"
|