Commit Graph

15 Commits (7fd3262c3c8a425b21062fc6e71dd65fadda4112)

Author SHA1 Message Date
Chris Church 1d074d43aa * Update core modules to fix strict mode errors.
* Also fix creates parameter issue in win_msi as described in https://github.com/ansible/ansible-modules-core/issues/129, slightly different fix from https://github.com/ansible/ansible-modules-core/pull/1482
* Fix setup.ps1 module issue described in https://github.com/ansible/ansible-modules-core/issues/1927
9 years ago
Chris Church bad636152a Add check mode support for Windows modules that don't modify the remote system. 9 years ago
Constantin 06aeabc5fb Added additional stat output values
Included in the output as well:
 - file extension
 - file attributes
 - file owner
 - creation, last access and last write timestamps (in UNIX format)
9 years ago
James Cammarata b5399d3446 Re-reverting windows modules PR #384 9 years ago
Brian Coca a942e5f853 Revert "Merge pull request #384 from jhawkesworth/win_copy_file_template_ansible_modules_core_1"
I missed some discussion in devel, these need more work before inclusion

This reverts commit 58bfebb047, reversing
changes made to 27dee77ca0.
10 years ago
Jon Hawkesworth 08c5cc06c6 Switched to SHA1 checksum instead of MD5 10 years ago
Jon Hawkesworth 2e60425b71 Adding first pass at win_copy, win_file and win_template modules. 10 years ago
Michael DeHaan 417309a626 Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
Chris Church 1b6ef9aa2e Replace Get-FileHash with MD5 code that works on PowerShell 3. 10 years ago
Chris Church d1423254d0 Update slurp/win_ping/win_stat to use Get-Attr. 10 years ago
Chris Church a13b2dd3b3 Add tests for win_stat module. 10 years ago
Matt Martz b0ef377a09 Add Exit-Json and Fail-Json powershell helper functions 10 years ago
Matt Martz 57f43ae518 Clean up how we initialize the result psobject 10 years ago
Michael DeHaan bbd8228d21 Rename some modules so they can have seperate doc stubs. 10 years ago