11 lines
228 B
YAML
11 lines
228 B
YAML
---
|
|
- 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
|