Skip to content
Snippets Groups Projects
Unverified Commit e8688d4c authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #1337 from t-woerner/ipagroup_fix_externalmember_client_context_fail

ipagroup: Fix test for externalmember use in client context
parents c1d7ed1d d540be42
Branches
Tags v1.14.4
No related merge requests found
...@@ -581,8 +581,8 @@ def main(): ...@@ -581,8 +581,8 @@ def main():
"https://pagure.io/freeipa/issue/9349") "https://pagure.io/freeipa/issue/9349")
if ( if (
externalmember is not None (externalmember is not None
or idoverrideuser is not None or idoverrideuser is not None)
and context == "client" and context == "client"
): ):
ansible_module.fail_json( ansible_module.fail_json(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment