community.general/lib/ansible/modules
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
..
cloud [cloud] Python3 fixes: use string_types instead of basestring (#26102) 2017-06-26 15:06:53 -04:00
clustering Consul: make service_port optional in service definition, like specified in Consul docs (#21737) 2017-06-19 19:29:40 +01:00
commands Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
crypto Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
database Return exception as string 2017-06-12 11:26:54 -04:00
files Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
identity Fixed modules using Popen (#24558) 2017-06-22 05:22:34 -07:00
inventory Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
messaging fix false positive changed flag in rabbitmq_user module (#22507) 2017-06-19 05:10:23 -04:00
monitoring Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
net_tools Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
network Add netscaler_save_config module (#25614) 2017-06-26 18:46:52 +05:30
notification Correct failure message in flowdock (#25844) 2017-06-19 17:08:08 +01:00
packaging Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
remote_management Add missing __init__.py for modules. 2017-06-22 11:41:53 -07:00
source_control In the git module let ssh do its own host checking 2017-06-26 10:45:19 -07:00
storage Initial commit for Pure Storage Ansible module (#25386) 2017-06-16 11:28:50 +01:00
system Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
utilities Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
web_infrastructure Improve help text for extra-vars requiring @ for filename 2017-06-21 07:08:35 -04:00
windows New module: Add module to install/remove/register/unregiser windows powershell modules (windows/win_psmodule) (#23604) 2017-06-26 23:01:38 +02:00
__init__.py