97d2d4512f
* Separated ps module_util test targets, added WebRequest tests * Simplify header test
9 lines
187 B
YAML
9 lines
187 B
YAML
---
|
|
- name: call module with CommandUtil tests
|
|
command_util_test:
|
|
exe: '{{ win_printargv_path }}'
|
|
register: command_util
|
|
|
|
- assert:
|
|
that:
|
|
- command_util.data == 'success'
|