Add copyright header to main winrm test playbook.

pull/7861/head
Chris Church 10 years ago committed by Matt Martz
parent 43236ca0ed
commit 2654f7b200

@ -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

@ -1,4 +1,20 @@
---
# test code powershell modules and winrm connection plugin
# (c) 2014, Chris Church <chris@ninemoreminutes.com>
# 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

Loading…
Cancel
Save