Add start for powershell setup module

This commit is contained in:
Matt Martz 2014-06-18 09:32:02 -05:00
parent 7e8cc65829
commit 09e538f954
10 changed files with 98 additions and 27 deletions

View file

@ -1,7 +1,4 @@
#!powershell
# WANT_JSON
# POWERSHELL_COMMON
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
@ -17,6 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# WANT_JSON
# POWERSHELL_COMMON
$params = Parse-Args $args;
$data = 'FIXME';