97d2d4512f
* Separated ps module_util test targets, added WebRequest tests * Simplify header test
10 lines
242 B
YAML
10 lines
242 B
YAML
---
|
|
- name: call module with BackupFile tests
|
|
backup_file_test:
|
|
register: backup_file_test
|
|
|
|
- name: assert call module with BackupFile tests
|
|
assert:
|
|
that:
|
|
- not backup_file_test is failed
|
|
- backup_file_test.res == 'success'
|