You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/collections/invocation_tests.yml

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