Inventory: fix narrow pattern
This commit is contained in:
@@ -129,7 +129,7 @@ in
|
|||||||
# Machine assertions
|
# Machine assertions
|
||||||
# - A machine must define their host system
|
# - A machine must define their host system
|
||||||
machineAssertions = map (
|
machineAssertions = map (
|
||||||
{ name }:
|
{ name, ... }:
|
||||||
{
|
{
|
||||||
assertion = true;
|
assertion = true;
|
||||||
message = "Machine ${name} should define its host system in the inventory. ()";
|
message = "Machine ${name} should define its host system in the inventory. ()";
|
||||||
|
|||||||
Reference in New Issue
Block a user