ansible/test/integration/targets/collections/invocation_tests.yml
Brian Coca ecd66a6a6e
Action module xross coll (#68080)
* added test to verify xrs collection action/module

* added to runme

* sanity fixes

* corrected name

* avoid windoez
2020-03-25 11:57:53 -04:00

5 lines
184 B
YAML

- 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"