You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/module_utils_Ansible.Module.../tasks/main.yml

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'