summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils_Ansible.Privilege/tasks/main.yml
blob: 888394d490dfca2317ad02a8900c5c0e1987b067 (plain)
1
2
3
4
5
6
7
8
9
---
- name: test Ansible.Privilege.cs
  ansible_privilege_tests:
  register: ansible_privilege_test

- name: assert test Ansible.Privilege.cs
  assert:
    that:
    - ansible_privilege_test.data == "success"