Dag Wieers
d863027159
Windows: Add missing parameter types and doc fixes ( #50232 )
...
* Windows: Add missing parameter types and doc fixes
This PR includes:
- Adding missing parameter types
- Various documentation fixes
* Update lib/ansible/modules/windows/win_copy.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_credential.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_domain_computer.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_domain_user.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_environment.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_psexec.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_uri.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/windows/win_wait_for.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Ensure docstrings are raw strings
2019-01-03 10:50:44 -06:00
Dag Wieers
05c6ff79f9
Convert to reduced list of known types ( #50010 )
2018-12-19 07:25:30 +10:00
Dag Wieers
26474c6902
Add seealso section to Windows and related modules ( #49845 )
...
* Add seealso section to Windows and related modules
* Fixes after review
2018-12-15 03:23:59 +01:00
Dag Wieers
07e8fb5dbb
Windows: Clean up documentation ( #36684 )
...
This PR includes:
- Further cleanup of BOTMETA.yml
- Cleanup of author github handles
- Use of proper booleans
- One-line license statement
- Copyright format statement
- Smaller cleanups
2018-02-25 03:09:54 +01:00
Jordan Borean
ef48448e4a
win_scheduled_task_stat: correctly return values from nested com values ( #34671 )
2018-01-10 10:23:04 +10:00
Jordan Borean
59187358ee
win_scheduled_task_stat: add new module to get stat on scheduled tasks ( #30602 )
...
* win_scheduled_task_stat: add new module to get stat on scheduled tasks
* fixed up linting errors and aliases file
* I should learn how to spell
* removing URI from test
* added state information for the task
* removed argument so task stays running
2017-09-22 05:59:06 +10:00