97d2d4512f
* Separated ps module_util test targets, added WebRequest tests * Simplify header test
8 lines
156 B
YAML
8 lines
156 B
YAML
---
|
|
- name: call module with symbolic link tests
|
|
symbolic_link_test:
|
|
register: symbolic_link
|
|
|
|
- assert:
|
|
that:
|
|
- symbolic_link.data == 'success'
|