mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 21:33:14 +00:00
Merge pull request #981 from rjeffman/netgroup_fix_test_cleanup
netgroup: Fix environment cleanup on ipanetgroup tests.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user