From e71b8c13f98c00fe0dfbfe563d644f407610296c Mon Sep 17 00:00:00 2001 From: Neil Desai Date: Wed, 19 Nov 2025 13:42:22 -0600 Subject: [PATCH] differentiate all and test device groups --- device_groups/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/device_groups/test.yml b/device_groups/test.yml index b77a7a9..6b101fb 100644 --- a/device_groups/test.yml +++ b/device_groups/test.yml @@ -1,4 +1,7 @@ test: object_groups: - #- test - - all + - test + +all: + object_groups: + - all \ No newline at end of file