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

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