From 505c0982a05dc7270c68ce9ced7181ee806db7e0 Mon Sep 17 00:00:00 2001 From: Yannik Sembritzki Date: Tue, 2 Jul 2024 00:36:02 +0200 Subject: [PATCH] Fix test by adding missing scope to sub group --- tests/integration/targets/group/tasks/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/group/tasks/tests.yml b/tests/integration/targets/group/tasks/tests.yml index e3ac451..6c69aca 100644 --- a/tests/integration/targets/group/tasks/tests.yml +++ b/tests/integration/targets/group/tasks/tests.yml @@ -366,6 +366,7 @@ - name: create sub group and set members group: name: MySubGroup + scope: global members: set: - my_user_1