mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 03:44:41 +00:00
Fix automember test
Automember client test was failing as it was using 'name' along with 'state: rebuilt'.
This commit is contained in:
committed by
GitHub
parent
285fb6b8e0
commit
e3e7d71474
@@ -13,7 +13,6 @@
|
|||||||
ipaautomember:
|
ipaautomember:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
ipaapi_context: server
|
ipaapi_context: server
|
||||||
name: ThisShouldNotWork
|
|
||||||
automember_type: group
|
automember_type: group
|
||||||
state: rebuilt
|
state: rebuilt
|
||||||
register: result
|
register: result
|
||||||
|
|||||||
Reference in New Issue
Block a user