community.general/lib/ansible/modules/windows
Dag Wieers 1ad55ec9de Consistent path attribute for file-related modules
Not all file-related modules consistently use "path" as the attribute to specify a single filename, some use "dest", others use "name". Most do have aliases for either "name" or "destfile".

This change makes "path" the default attribute for (single) file-related modules, but also adds "dest" and "name" as aliases, so that people can use a consistent way of attributing paths, but also to ensure backward compatibility with existing playbooks.

NOTE: The reason for changing this, is that it makes Ansible needlessly harder to use if you have to remember that e.g. the xattr module requires the name attribute, the lineinfile module requires a dest attribute, and the stat module requires a path attribute.
2017-01-13 15:49:42 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
async_status.ps1 Windows async module support (#4710) 2016-12-08 11:25:02 -05:00
async_wrapper.ps1 Prevent handle inheritance from blocking Windows async_wrapper (#5666) 2016-12-08 11:25:32 -05:00
setup.ps1 fixed windows setup to run in check_mode 2016-12-08 11:25:18 -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_acl.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_acl.py Make examples in YAML format - windows/win_acl.py (#18836) 2016-12-19 13:57:21 -08:00
win_acl_inheritance.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_acl_inheritance.py Improve YAML examples - windows/win_acl_inheritance.py (#19405) 2016-12-15 15:00:03 -08:00
win_chocolatey.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_chocolatey.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_command.ps1 Fix test failures in win_command/win_shell on Powershell 3 2016-12-08 11:25:33 -05:00
win_command.py Refreshed metadata for core modules 2016-12-08 11:25:35 -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 x bit - windows/win_copy.py (#18824) 2016-12-09 08:30:27 -05:00
win_dotnet_ngen.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_dotnet_ngen.py Fix modules with documentation errors. 2016-12-09 16:08:26 -07:00
win_environment.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_environment.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_feature.ps1 fixed $source null check, reference to $Params 2016-12-08 11:24:39 -05:00
win_feature.py Improve examples (#18830) 2016-12-15 10:43:50 -08:00
win_file.ps1 fix JSON junk in win_file state=directory case (#5427) 2016-12-08 11:25:24 -05:00
win_file.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
win_file_version.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_file_version.py Improve YAML examples - windows/win_file_version.py (#19399) 2016-12-15 14:54:12 -08:00
win_firewall_rule.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_firewall_rule.py minor spelling changes 2016-12-13 13:51:13 -05:00
win_get_url.ps1 StrictMode fixes for win_get_url 2016-12-08 11:24:37 -05:00
win_get_url.py Improve YAML examples - windows/win_get_url.py (#19404) 2016-12-15 14:59:07 -08: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 Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
win_iis_virtualdirectory.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_iis_virtualdirectory.py Make the example in proper yaml format - windows/win_iis_virtualdirectory.py (#18829) 2016-12-15 14:53:30 -08:00
win_iis_webapplication.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_iis_webapplication.py Improve YAML examples - windows/win_iis_webapplication.py (#19402) 2016-12-15 14:56:29 -08:00
win_iis_webapppool.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_iis_webapppool.py Improve YAML examples - windows/win_iis_webapppool.py (#19403) 2016-12-15 14:57:26 -08:00
win_iis_webbinding.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_iis_webbinding.py Highly rewrite and fix the examples - windows/win_iis_webbinding.py (#18823) 2016-12-15 10:34:20 -08:00
win_iis_website.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_iis_website.py Fix code-blocks to use correct syntax highlighting 2017-01-08 09:18:45 -08:00
win_lineinfile.ps1 Consistent path attribute for file-related modules 2017-01-13 15:49:42 -05:00
win_lineinfile.py Consistent path attribute for file-related modules 2017-01-13 15:49:42 -05:00
win_msi.ps1 Fix differences with devel. 2016-12-08 11:35:21 -05:00
win_msi.py Resolving differences in core modules post-merge 2016-12-08 11:25:36 -05:00
win_nssm.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_nssm.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_owner.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_owner.py Improve YAML examples - windows/win_owner.py (#19406) 2016-12-15 15:00:28 -08:00
win_package.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_package.py Small fixes 2017-01-06 16:11:56 -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 Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
win_reboot.py win_reboot: display message before rebooting (#19986) 2017-01-10 13:59:39 -08:00
win_regedit.ps1 Stops New-PSDrive commandlet producing output which was causing warnings (#19873) 2017-01-05 17:09:04 -08:00
win_regedit.py Improve YAML examples - windows/win_regedit.py (#19400) 2016-12-15 15:05:18 -08:00
win_regmerge.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_regmerge.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_robocopy.ps1 Fixes #3539 "win_robocopy does not return changed properly" (#20158) 2017-01-12 15:04:14 -08:00
win_robocopy.py Fixes #3539 "win_robocopy does not return changed properly" (#20158) 2017-01-12 15:04:14 -08:00
win_say.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_say.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_scheduled_task.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_scheduled_task.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -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 Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
win_share.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_share.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_shell.ps1 Fix test failures in win_command/win_shell on Powershell 3 2016-12-08 11:25:33 -05:00
win_shell.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
win_stat.ps1 fix: win_stat - fixes for strict-mode 2016-12-08 11:24:19 -05:00
win_stat.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
win_template.py Improve YAML examples - windows/win_template.py (#19408) 2016-12-15 15:04:49 -08:00
win_timezone.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_timezone.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_unzip.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_unzip.py Fix code-blocks to use correct syntax highlighting 2017-01-08 09:18:45 -08:00
win_updates.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_updates.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_uri.ps1 Issue #19575: Adding Dest Param to win_uri (#19577) 2017-01-04 13:33:47 -08:00
win_uri.py Issue #19575: Adding Dest Param to win_uri (#19577) 2017-01-04 13:33:47 -08:00
win_user.ps1 Fix win_user issue with disabled accounts/expired passwords 2016-12-08 11:25:04 -05:00
win_user.py Improve YAML examples - windows/win_user.py (#19401) 2016-12-15 14:56:04 -08:00
win_webpicmd.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_webpicmd.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00