tests: explicitly specify services to be sourced from self

See previous commit
This commit is contained in:
DavHau
2025-06-30 16:04:40 +07:00
parent 50cce90527
commit e0b2d15361
24 changed files with 40 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ let
inventory.instances = {
"default" = {
module.name = "wifi";
module.input = "self";
roles.default.tags.all = { };
roles.default.settings.networks.one = { };
roles.default.settings.networks.two = { };

View File

@@ -11,6 +11,7 @@
instances = {
wg-test-one = {
module.name = "@clan/wifi";
module.input = "self";
roles.default.machines = {
test.settings.networks.one = { };