10 lines
201 B
YAML
10 lines
201 B
YAML
|
---
|
||
|
- name: test Ansible.Process.cs
|
||
|
ansible_process_tests:
|
||
|
register: ansible_process_tests
|
||
|
|
||
|
- name: assert test Ansible.Process.cs
|
||
|
assert:
|
||
|
that:
|
||
|
- ansible_process_tests.data == "success"
|