ansible/test/integration/targets/module_utils_Ansible.ModuleUtils.CommandUtil/tasks/main.yml
Jordan Borean 97d2d4512f
Separated ps module_util test targets, added WebRequest tests (#67914)
* Separated ps module_util test targets, added WebRequest tests

* Simplify header test
2020-03-02 16:12:08 +10:00

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'