mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Missing Else statement (#25457)
Missing the final Else statement in the conditional statement
This commit is contained in:
parent
33a6150393
commit
e391206acc
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Function UserSearch
|
|||
return $apppoolobj.applicationPoolSid
|
||||
}
|
||||
}
|
||||
Else
|
||||
{
|
||||
#Search by samaccountname
|
||||
$Searcher = [adsisearcher]""
|
||||
|
|
Loading…
Reference in a new issue