Fix group integration test for CentOS 8 (#64858)

pull/64913/head
Sam Doran 5 years ago committed by GitHub
parent 3902c6dd9d
commit 5e3b6c84c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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