[stable-2.9] Fix group integration test for CentOS 8 (#64858) (#64914)

(cherry picked from commit 5e3b6c84c7)

Co-authored-by: Sam Doran <sdoran@redhat.com>
pull/65015/head^2
Sam Doran 5 years ago committed by Matt Davis
parent ca5e7e7cc2
commit 688d63305b

@ -193,6 +193,15 @@
that:
- not delete_group_again is changed
- name: Ensure lgroupadd is present
action: "{{ ansible_facts.pkg_mgr }}"
args:
name: libuser
state: present
when: ansible_facts.system in ['Linux']
tags:
- user_test_local_mode
# https://github.com/ansible/ansible/issues/56481
- block:
- name: Test duplicate GID with local=yes
@ -252,7 +261,7 @@
- not create_local_group_gid_again is changed
- create_local_group_gid_again.gid | int == 1337 | int
always:
- name: Cleanup create local group with a gid
- name: Cleanup create local group with a gid
group:
name: group1_local_test
state: absent

Loading…
Cancel
Save