7 lines
116 B
YAML
7 lines
116 B
YAML
---
|
|
- name: assert | check vars
|
|
assert:
|
|
that:
|
|
- users_system is defined
|
|
- users_system|length > 0
|