fix(molecule): add missing role to test list
This commit is contained in:
parent
9cdcef9dca
commit
6026cfd195
1 changed files with 5 additions and 1 deletions
|
@ -36,4 +36,8 @@
|
||||||
- name: Testing workstation role
|
- name: Testing workstation role
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: nullified.infrastructure.workstation
|
name: nullified.infrastructure.workstation
|
||||||
tasks_from: main.yml
|
tasks_from: main.yml
|
||||||
|
- name: Testing gaming role
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: nullified.infrastructure.gaming
|
||||||
|
tasks_from: main.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue