Initial project commit
This commit is contained in:
10
test-collection-role-stuff.yml
Normal file
10
test-collection-role-stuff.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Test collection role variables
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Include testing.bob.test_role
|
||||
ansible.builtin.include_role:
|
||||
name: testing.bob.test_role
|
Reference in New Issue
Block a user