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