..
__init__.py
package files
2016-12-08 11:22:22 -05:00
setup.ps1
Change fact invocation from dotsourcing to ampersand so that scripts do not execute in global scope.
2016-12-08 11:24:10 -05:00
slurp.ps1
Revert "Rename powershell versions of setup and slurp so they don't shadow the python versions of these modules."
2016-12-08 11:23:36 -05:00
win_copy.ps1
Fix win_copy problems described here: https://github.com/ansible/ansible-modules-core/issues/1404 and update documentation.
2016-12-08 11:23:06 -05:00
win_copy.py
Remove note about only using win_copy for small files.
2016-12-08 11:23:48 -05:00
win_feature.ps1
bugfix win_feature.ps1
2016-12-08 11:23:56 -05:00
win_feature.py
really fixed the doc formatting
2016-12-08 11:23:57 -05:00
win_file.ps1
fix win_file to stop on errors
2016-12-08 11:23:56 -05:00
win_file.py
updated win_file version_added fixes #1893
2016-12-08 11:23:30 -05:00
win_get_url.ps1
Use HEAD request to determine if file should be downloaded, ensure download method is the same regardless of force mode.
2016-12-08 11:24:13 -05:00
win_get_url.py
Remove duplicate documentation fields
2016-12-08 11:24:01 -05:00
win_group.ps1
* 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
2016-12-08 11:23:34 -05:00
win_group.py
Proper author info for all remaining modules
2016-12-08 11:23:07 -05:00
win_lineinfile.ps1
do not move item, instead copy item because acl will be kept
2016-12-08 11:23:57 -05:00
win_lineinfile.py
Fixed module doc typos
2016-12-08 11:24:06 -05:00
win_msi.ps1
fix problem with file content and high cpu/out of memory errors
2016-12-08 11:23:58 -05:00
win_msi.py
fix version_added on win_msi wait arg
2016-12-08 11:23:58 -05:00
win_ping.ps1
Add check mode support for Windows modules that don't modify the remote system.
2016-12-08 11:23:29 -05:00
win_ping.py
Proper author info for all remaining modules
2016-12-08 11:23:07 -05:00
win_service.ps1
* 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
2016-12-08 11:23:34 -05:00
win_service.py
Proper author info for all remaining modules
2016-12-08 11:23:07 -05:00
win_stat.ps1
fix win_stat get_checksum alias issue
2016-12-08 11:24:14 -05:00
win_stat.py
Add get_checksum option to win_stat to work with new use of the stat module for checksumming
2016-12-08 11:24:08 -05:00
win_template.py
Fix escaping of newline carriage return characters in the documentation
2016-12-08 11:23:47 -05:00
win_user.ps1
fix win_user type checking
2016-12-08 11:24:16 -05:00
win_user.py
Proper author info for all remaining modules
2016-12-08 11:23:07 -05:00