mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Merge pull request #1336 from rjeffman/idoverrideuser_client_context_test
tests/idoverrideuser: Fix client context test when running on client
This commit is contained in:
@@ -16,7 +16,8 @@
|
|||||||
ipaidoverrideuser:
|
ipaidoverrideuser:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
ipaapi_context: server
|
ipaapi_context: server
|
||||||
name: ThisShouldNotWork
|
idview: ThisShouldNotWork
|
||||||
|
anchor: ThisShouldNotWork
|
||||||
register: result
|
register: result
|
||||||
failed_when: not (result.failed and result.msg is regex("No module named '*ipaserver'*"))
|
failed_when: not (result.failed and result.msg is regex("No module named '*ipaserver'*"))
|
||||||
when: ipa_host_is_client
|
when: ipa_host_is_client
|
||||||
|
|||||||
Reference in New Issue
Block a user