97d2d4512f
* Separated ps module_util test targets, added WebRequest tests * Simplify header test
10 lines
249 B
YAML
10 lines
249 B
YAML
---
|
|
- name: test Ansible.ModuleUtils.WebRequest
|
|
web_request_test:
|
|
httpbin_host: '{{ httpbin_host }}'
|
|
register: web_request
|
|
|
|
- name: assert test Ansible.ModuleUtils.WebRequest succeeded
|
|
assert:
|
|
that:
|
|
- web_request.data == 'success'
|