mirror of
https://github.com/ansible/ansible.git
synced 2026-07-29 16:35:20 +02:00
* Separated ps module_util test targets, added WebRequest tests * Simplify header test
9 lines
149 B
YAML
9 lines
149 B
YAML
---
|
|
- name: call module with FileUtil tests
|
|
file_util_test:
|
|
register: file_util_test
|
|
|
|
- assert:
|
|
that:
|
|
- file_util_test.data == 'success'
|