Don't install lgroupadd for SUSE tests.

It's not used by the tests and is not available as of openSUSE 15.4.
pull/77982/head
Matt Clay 2 years ago
parent 89c6547892
commit e31e918e04

@ -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

Loading…
Cancel
Save