1082e2ab79
* Catch errors getting filters, and fail * Add changelog * Switch to warnings instead of errors, to match other plugin loader behavior * Add tests * Handle collections
10 lines
251 B
YAML
10 lines
251 B
YAML
- hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- assert:
|
|
that:
|
|
- '"World"|hello == "Hello, World!"'
|
|
- '"World" is world'
|
|
|
|
- '"World"|foo.bar.hello == "Hello, World!"'
|
|
- '"World" is foo.bar.world'
|