From e391206accaee14742ecc9013c1af3b62074d18c Mon Sep 17 00:00:00 2001 From: Troy Sampson Date: Thu, 22 Jun 2017 10:47:58 -0600 Subject: [PATCH] Missing Else statement (#25457) Missing the final Else statement in the conditional statement --- lib/ansible/modules/windows/win_acl.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_acl.ps1 b/lib/ansible/modules/windows/win_acl.ps1 index 7a39f1a308d..c0436db9cbb 100644 --- a/lib/ansible/modules/windows/win_acl.ps1 +++ b/lib/ansible/modules/windows/win_acl.ps1 @@ -84,6 +84,7 @@ Function UserSearch return $apppoolobj.applicationPoolSid } } + Else { #Search by samaccountname $Searcher = [adsisearcher]""