community.general/lib/ansible/modules/windows
Sam Doran c0c26f83a8 Examples syntax batch7 (#5624)
* Change example syntax on nxos_feature module

* Change example syntax on nxos_hsrp module

* Change example syntax on nxos_igmp module

* Change example syntax on nxos_interface module

* Change example syntax on nxos_interface_ospf module

* Change example syntax on nxos_ip_interface module

* Change example syntax on nxos_ping module

* Change example syntax on nxos_switchport module

* Change example syntax on nxos_vlan module

* Change example syntax on nxos_vrf module

* Change example syntax on nxos_vrf_interface module

* Change example syntax on nxos_vrrp module

* Change example syntax on meta module

* Change example syntax on set_fact module

* Change example syntax on win_copy module

* Change example syntax on win_file module

* Change example syntax on win_get_url module

Remove escaping of \ characeter in Windows paths since it's no longer required for single quoted or unquoted values when using multi-line YAML syntax.

* Change example syntax on win_lineinfile module

* Change example syntax on win_msi module

* Change example syntax on win_stat module

* Remove nxos_bgp example from nxos_igmp module

* Mark examples as regexp to avoid syntax error

* Cleanup win_copy.py examples

* Cleanup win_file.py examples

* Remove quotes in win_get_url.py examples

* Cleanup quotes and languare in win_lineinfile.py

* Cleanup examples in win_group.py

* Cleanup examples in win_service.py

* Don't use : in documentation because it breaks the YAML syntax check

* Cleanup win_copy.py examples

* Cleanup win_copy.py examples

* Minor change to fix test failure

* Use single quotes
2016-12-08 11:25:33 -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_command.ps1 fix win_shell/win_command deadlock on large interleaved stdout/stderr (#5384) 2016-12-08 11:25:24 -05:00
win_command.py add win_shell/win_command modules + docs (#4827) 2016-12-08 11:25:05 -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 Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -05:00
win_feature.ps1 fixed $source null check, reference to $Params 2016-12-08 11:24:39 -05:00
win_feature.py win_feature_docs_update (#4421) 2016-12-08 11:25:12 -05: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 Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -05:00
win_get_url.ps1 StrictMode fixes for win_get_url 2016-12-08 11:24:37 -05:00
win_get_url.py Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -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 Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -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 Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -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 Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -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_reboot.py ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526) 2016-12-08 11:24:26 -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 Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -05:00
win_shell.ps1 fix win_shell/win_command deadlock on large interleaved stdout/stderr (#5384) 2016-12-08 11:25:24 -05:00
win_shell.py add win_shell/win_command modules + docs (#4827) 2016-12-08 11:25:05 -05:00
win_stat.ps1 fix: win_stat - fixes for strict-mode 2016-12-08 11:24:19 -05:00
win_stat.py Examples syntax batch7 (#5624) 2016-12-08 11:25:33 -05:00
win_template.py minor win_template doc corrections 2016-12-08 11:24:41 -05:00
win_user.ps1 Fix win_user issue with disabled accounts/expired passwords 2016-12-08 11:25:04 -05:00
win_user.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00