mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 03:41:02 +00:00
Missing Else statement (#25457)
Missing the final Else statement in the conditional statement
This commit is contained in:
committed by
jhawkesworth
parent
33a6150393
commit
e391206acc
@@ -84,6 +84,7 @@ Function UserSearch
|
||||
return $apppoolobj.applicationPoolSid
|
||||
}
|
||||
}
|
||||
Else
|
||||
{
|
||||
#Search by samaccountname
|
||||
$Searcher = [adsisearcher]""
|
||||
|
||||
Reference in New Issue
Block a user