feat: add examples on collection
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
localhost
|
||||
|
5
ansible_collections/coll/test/roles/rtest/tests/test.yml
Normal file
5
ansible_collections/coll/test/roles/rtest/tests/test.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- rtest
|
Reference in New Issue
Block a user