10 lines
179 B
YAML
10 lines
179 B
YAML
|
---
|
||
|
- name: call module with ArgvParser tests
|
||
|
argv_parser_test:
|
||
|
exe: '{{ win_printargv_path }}'
|
||
|
register: argv_test
|
||
|
|
||
|
- assert:
|
||
|
that:
|
||
|
- argv_test.data == 'success'
|