inventory: allow per role configuration

This commit is contained in:
Jörg Thalheim
2024-07-15 13:43:43 +02:00
parent f6d30b4154
commit 8e7a34af0d
2 changed files with 7 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ in
apply = lib.unique;
type = t.listOf tagRef;
};
options.config = moduleConfig;
}
);
};