Skip libuser tests on openSUSE 15.4+

The libuser package is not available.
pull/77982/head
Matt Clay 3 years ago
parent e31e918e04
commit fe2d8b7066

@ -37,5 +37,6 @@
- import_tasks: test_password_lock.yml
- import_tasks: test_password_lock_new_user.yml
- import_tasks: test_local.yml
when: not (ansible_distribution == 'openSUSE Leap' and ansible_distribution_version is version('15.4', '>='))
- import_tasks: test_umask.yml
when: ansible_facts.system == 'Linux'

Loading…
Cancel
Save