From 6026cfd1951c4fa4e6bed440c6726473154b707d Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Mon, 27 Nov 2023 00:00:00 +0000 Subject: [PATCH] fix(molecule): add missing role to test list --- .../infrastructure/extensions/molecule/default/converge.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/collections/ansible_collections/nullified/infrastructure/extensions/molecule/default/converge.yml b/collections/ansible_collections/nullified/infrastructure/extensions/molecule/default/converge.yml index f189e89..e4234c9 100644 --- a/collections/ansible_collections/nullified/infrastructure/extensions/molecule/default/converge.yml +++ b/collections/ansible_collections/nullified/infrastructure/extensions/molecule/default/converge.yml @@ -36,4 +36,8 @@ - name: Testing workstation role ansible.builtin.include_role: name: nullified.infrastructure.workstation - tasks_from: main.yml \ No newline at end of file + tasks_from: main.yml + - name: Testing gaming role + ansible.builtin.include_role: + name: nullified.infrastructure.gaming + tasks_from: main.yml