10 lines
133 B
YAML
10 lines
133 B
YAML
![]() |
|
||
|
- hosts: test-targets
|
||
|
tasks:
|
||
|
- custom_python_uses_distro:
|
||
|
register: out
|
||
|
|
||
|
- assert:
|
||
|
that:
|
||
|
- "'id' in out.info"
|