Skip to content

Commit

Permalink
Add copyright header to main winrm test playbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
cchurch authored and sivel committed Jun 19, 2014
1 parent 43236ca commit 2654f7b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/scripts/upgrade_to_ps3.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 17 additions & 1 deletion test/integration/test_winrm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
---
# test code powershell modules and winrm connection plugin
# (c) 2014, Chris Church <[email protected]>

# 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 <http://www.gnu.org/licenses/>.

- hosts: windows
gather_facts: false
Expand Down

0 comments on commit 2654f7b

Please sign in to comment.