summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/includeme.yml
blob: 219ee58f1c160df8939bc2075e5025d6dd577af5 (plain)
1
2
3
4
5
6
- testns.testcoll.plugin_lookup:
  register: included_plugin_lookup_out

- assert:
    that:
    - included_plugin_lookup_out.collection_list == ['bogus.bogus', 'ansible.legacy']