da60525610
* Make sure hard-coded action names also check for FQCN. * Use _add_internal_fqcn() to avoid hardcoded lists and typoes.
10 lines
196 B
YAML
10 lines
196 B
YAML
- hosts: testhost
|
|
gather_facts: no
|
|
strategy: free
|
|
roles:
|
|
- test_includes_free
|
|
tasks:
|
|
- assert:
|
|
that:
|
|
- "inner == 'reached'"
|
|
- "inner_fqcn == 'reached'"
|