diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1 index d7909e1596..73f18a105f 100644 --- a/examples/scripts/upgrade_to_ps3.ps1 +++ b/examples/scripts/upgrade_to_ps3.ps1 @@ -79,4 +79,4 @@ else $FileName = $DownLoadUrl.Split('/')[-1] download-file $downloadurl "$powershellpath\$filename" -Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden +Start-Process -FilePath "$powershell\$filename" -ArgumentList /quiet diff --git a/test/integration/test_winrm.yml b/test/integration/test_winrm.yml index f8e205f0e2..0398174b2c 100644 --- a/test/integration/test_winrm.yml +++ b/test/integration/test_winrm.yml @@ -1,4 +1,20 @@ ---- +# test code powershell modules and winrm connection plugin +# (c) 2014, Chris Church + +# This file is part of Ansible +# +# Ansible is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Ansible is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Ansible. If not, see . - hosts: windows gather_facts: false