fix(molecule): add missing role to test list

This commit is contained in:
NaeiKinDus 2023-11-27 00:00:00 +00:00
parent 9cdcef9dca
commit 6026cfd195
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -36,4 +36,8 @@
- name: Testing workstation role
ansible.builtin.include_role:
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