community.general/lib/ansible/modules/windows
Dag Wieers 5b9eb92722 Windows: Fix documentation strings to be raw strings (#20301)
* Windows: Fix documentation strings to be raw strings

Especially when using Windows paths they easily get confused as escaped
sequences or unicode characters. So by default use raw strings

This fixes #20295

* Fixed as hinted by @abadger

And some trailing whitespace fixes.
2017-01-18 17:57:33 -08:00
..
__init__.py
async_status.ps1
async_wrapper.ps1 Prevent handle inheritance from blocking Windows async_wrapper (#5666) 2016-12-08 11:25:32 -05:00
setup.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
slurp.ps1
win_acl.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_acl.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_acl_inheritance.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_acl_inheritance.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_chocolatey.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_chocolatey.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_command.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_command.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_copy.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_copy.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08: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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_environment.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_environment.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_feature.ps1
win_feature.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_file_version.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_file_version.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_get_url.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_get_url.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_group.ps1
win_group.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08: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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_iis_webbinding.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_iis_webbinding.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_iis_website.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_iis_website.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_lineinfile.ps1 Consistent path attribute for file-related modules 2017-01-13 15:49:42 -05:00
win_lineinfile.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_msi.ps1 Fix differences with devel. 2016-12-08 11:35:21 -05:00
win_msi.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_nssm.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_nssm.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_owner.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_owner.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_package.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_package.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_path.ps1 new module: win_path (#20073) 2017-01-17 20:21:04 -08:00
win_path.py new module: win_path (#20073) 2017-01-17 20:21:04 -08:00
win_ping.ps1
win_ping.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_reboot.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_regmerge.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_regmerge.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_robocopy.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_robocopy.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_say.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_say.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_scheduled_task.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_scheduled_task.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_service.ps1
win_service.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_share.ps1 minor spelling changes 2016-12-13 13:51:13 -05:00
win_share.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_shell.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_shell.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_shortcut.ps1 win_shortcut: Create, manage, remove Windows shortcuts (#20164) 2017-01-16 10:51:56 -08:00
win_shortcut.py win_shortcut: Create, manage, remove Windows shortcuts (#20164) 2017-01-16 10:51:56 -08:00
win_stat.ps1
win_stat.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08: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 Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_unzip.ps1 Fix win_unzip module hang on error (#20364) 2017-01-18 20:44:18 +00:00
win_unzip.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_updates.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_updates.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_uri.ps1 Windows modules: Add -type "path" to path parameters (#20282) 2017-01-16 11:39:58 -08:00
win_uri.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_user.ps1
win_user.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00
win_webpicmd.ps1 Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
win_webpicmd.py Windows: Fix documentation strings to be raw strings (#20301) 2017-01-18 17:57:33 -08:00