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
John R Barker
3fcc564bbb
Bulk fix DOCUMENTATION.author (Part 1) ( #48934 )
...
* Bulk fix DOCUMENTATION.author
2018-11-20 19:31:35 +00:00
Gyorgy Nadaban
7d2012fdd7
Implemented support for Repository selection when installing module ( #39909 )
...
* Implemented support for Repository selection when installing module
* Fixed AllowClobber check
* Fixing missing AllowClobber argument
* Fixed missing -Force switch
* Test installing package from custom repo
* Added custom repo variables
* Fixed repo registration
* Modified output check
* Modified output check
* Adding debug output
* Modified update handling
* Fixed output check
* Added missing PowerShellGet 1.6.0 install
* Added error handling
* Modified test output check
* Fixing output check
* Fixing output filter
* Implemented registering custom repo
* Fixing registering custom repo
* Fixing registering custom repo
* Fixing registering custom repo
* Tweaked module to shorten execution time
* Removed installing PowerShellGet 1.6.0
* Re-added Install-NugetProvider
2018-05-23 07:36:57 +10:00
aaronk1
ca36e07be0
update win_psmodule.py ( #39631 )
...
<!--- Fix minor typo in Powershell version requirement -->
+label: docsite_pr
2018-05-03 14:51:00 +10: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
Toshio Kuratomi
f203ca7907
Update metadata to 1.1
2017-08-15 23:12:08 -07:00
Daniele Lazzari
9d932b64f0
New module: Add module to install/remove/register/unregiser windows powershell modules (windows/win_psmodule) ( #23604 )
...
* Add new windows module win_psmodule
* Add checkmode, allow_clobber parameter, integration tests
* Add aliases, replace win_raw with win_shell
* restore original test_win_group1.yml, add powershel version test
* fix var type
* add conditional on assert
* integration tests conditional tasks review
* documentation fix, test fix, adds result.change
* fix yml
* fix railing whitespace
* add nuget_changed and repository_changed in result
2017-06-26 23:01:38 +02:00