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