From e31e918e04ad3108a421b0ed82ed0cf4b778942f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 6 Jun 2022 15:41:22 -0700 Subject: [PATCH] Don't install lgroupadd for SUSE tests. It's not used by the tests and is not available as of openSUSE 15.4. --- test/integration/targets/group/tasks/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/group/tasks/tests.yml b/test/integration/targets/group/tasks/tests.yml index a724c9dfae3..1051170af10 100644 --- a/test/integration/targets/group/tasks/tests.yml +++ b/test/integration/targets/group/tasks/tests.yml @@ -206,7 +206,7 @@ args: name: libuser state: present - when: ansible_facts.system in ['Linux'] and ansible_distribution != 'Alpine' + when: ansible_facts.system in ['Linux'] and ansible_distribution != 'Alpine' and ansible_os_family != 'Suse' tags: - user_test_local_mode