ansible/test/integration/targets/includes/test_include_free.yml
Felix Fontein da60525610
Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)
* Make sure hard-coded action names also check for FQCN.
* Use _add_internal_fqcn() to avoid hardcoded lists and typoes.
2020-11-03 08:51:31 -05:00

10 lines
196 B
YAML

- hosts: testhost
gather_facts: no
strategy: free
roles:
- test_includes_free
tasks:
- assert:
that:
- "inner == 'reached'"
- "inner_fqcn == 'reached'"