summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils_Ansible.Process/tasks/main.yml
blob: 13a5c16eb7f3d8022e1c1efae798a422858fe2f6 (plain)
1
2
3
4
5
6
7
8
9
---
- 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"