summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils_Ansible.ModuleUtils.AddType/tasks/main.yml
blob: 4c4810be4362f2bc0530ed094b96b44021ae2df1 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: call module with AddType tests
  add_type_test:
  register: add_type_test

- name: assert call module with AddType tests
  assert:
    that:
    - not add_type_test is failed
    - add_type_test.res == 'success'