summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils_Ansible.ModuleUtils.ArgvParser/tasks/main.yml
blob: b39155e040a045ebf0f559ab238230f84c9fffc6 (plain)
1
2
3
4
5
6
7
8
9
---
- name: call module with ArgvParser tests
  argv_parser_test:
    exe: '{{ win_printargv_path }}'
  register: argv_test

- assert:
    that:
    - argv_test.data == 'success'