mirror of https://github.com/ansible/ansible.git
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.
15 lines
403 B
YAML
15 lines
403 B
YAML
3 years ago
|
---
|
||
|
- 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:
|