Commit graph

18 commits

Author SHA1 Message Date
Dreamcat4
bb229c8fa2 fix: win_stat - fixes for strict-mode 2016-04-20 20:26:27 +01:00
nitzmahone
06e61cf1db fix win_stat get_checksum alias issue
made it impossible to prevent gathering checksum without setting both get_md5 and get_checksum false
2016-03-24 20:53:04 -07:00
Matt Martz
7823455516 Add get_checksum option to win_stat to work with new use of the stat module for checksumming 2016-02-29 14:14:01 -06:00
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
2015-08-22 19:01:11 -04:00
Chris Church
bad636152a Add check mode support for Windows modules that don't modify the remote system. 2015-07-31 18:04:34 -04:00
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)
2015-06-05 14:35:26 +01:00
James Cammarata
b5399d3446 Re-reverting windows modules PR #384 2015-05-22 13:28:24 -05:00
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.
2014-12-17 12:48:01 -05:00
Jon Hawkesworth
08c5cc06c6 Switched to SHA1 checksum instead of MD5 2014-12-11 21:50:17 +00:00
Jon Hawkesworth
2e60425b71 Adding first pass at win_copy, win_file and win_template modules. 2014-12-11 21:50:17 +00:00
Michael DeHaan
417309a626 Restructuring. 2014-09-26 10:13:26 -04:00
Michael DeHaan
73123b69fa Move modules into subdirectory. 2014-09-26 09:23:50 -04:00
Chris Church
1b6ef9aa2e Replace Get-FileHash with MD5 code that works on PowerShell 3. 2014-08-28 01:42:22 -04:00
Chris Church
d1423254d0 Update slurp/win_ping/win_stat to use Get-Attr. 2014-06-19 14:26:36 -05:00
Chris Church
a13b2dd3b3 Add tests for win_stat module. 2014-06-19 14:25:50 -05:00
Matt Martz
b0ef377a09 Add Exit-Json and Fail-Json powershell helper functions 2014-06-19 14:24:15 -05:00
Matt Martz
57f43ae518 Clean up how we initialize the result psobject 2014-06-19 14:24:14 -05:00
Michael DeHaan
bbd8228d21 Rename some modules so they can have seperate doc stubs. 2014-06-19 14:24:13 -05:00
Renamed from windows/stat.ps1 (Browse further)