summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/invocation_tests.yml
blob: c80e1edc0862e40953effe07ee281f3a9191e46a (plain)
1
2
3
4
5
- hosts: testhost
  gather_facts: false
  tasks:
    - name: run action that invokes module from another collection
      me.mycoll1.action1: desc="this should run me.mycoll2.module1"