Merge pull request #981 from rjeffman/netgroup_fix_test_cleanup

netgroup: Fix environment cleanup on ipanetgroup tests.
This commit is contained in:
Thomas Woerner
2022-11-11 18:09:44 +01:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -45,7 +45,8 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent
# CREATE TEST ITEMS
@@ -155,5 +156,6 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent

View File

@@ -45,7 +45,8 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent
# CREATE TEST ITEMS
@@ -202,5 +203,6 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent