summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/test_task_resolved_plugin/unqualified_and_collections_kw.yml
blob: 5af4eda9ce6fa3c7a7fb25628e663a67c82ed189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- hosts: localhost
  gather_facts: no
  collections:
    - test_ns.test_coll
  tasks:
    - legacy_action:
    - legacy_module:
    - debug:
    - ping:
    - collection_action:
    - collection_module:
    - formerly_action:
    - formerly_module: