This commit is contained in:
14
tests/unit-test.yml
Normal file
14
tests/unit-test.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Test the role provided in extra_vars
|
||||
hosts: all
|
||||
become: false
|
||||
gather_facts: true
|
||||
|
||||
|
||||
tasks:
|
||||
- name: Include role to test
|
||||
ansible.builtin.include_role:
|
||||
name: "{{ __test_role | default('testing') }}"
|
||||
|
||||
|
||||
...
|
Reference in New Issue
Block a user