community.general/lib/ansible/modules
Nehal J Wani e907622121 jenkins_plugin: doc: Specify version as string (#18858)
If the plugin version expected is, say '1.20', then specifying it
as...
    version: 1.20
... will make the YAML parser interpret it as a float, and the
value obtained by the module will be 1.2 instead of 1.20, which
will cause downloading of wrong version of the module.

This patch updates the docs so that users don't face this issue.
2016-12-21 07:32:23 +01:00
..
cloud Add new parameters to taskdefinition module - network_mode and task_r… (#19493) 2016-12-19 18:16:35 +00:00
clustering minor spelling changes 2016-12-13 13:51:13 -05:00
commands Removed dict.iteritems() in modules. (#18859) 2016-12-12 15:16:23 -08:00
crypto Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
database minor spelling changes 2016-12-13 13:51:13 -05:00
files Adds description for ini_file "section: null" 2016-12-19 21:10:30 -05:00
identity minor spelling changes 2016-12-13 13:51:13 -05:00
inventory Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
messaging Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
monitoring minor spelling changes 2016-12-13 13:51:13 -05:00
network Add 'update' parameter in junos_config module (#19038) 2016-12-20 07:27:26 -05:00
notification Added some clarity on the token confusion. (#19473) 2016-12-19 13:42:31 +00:00
packaging Tell pacman not to display progress bars 2016-12-20 09:47:25 -05:00
remote_management removed too generic 'infrastructure' 2016-12-19 15:25:39 -05:00
source_control Fix UnboundLocalError remote_head in git (#19057) 2016-12-14 08:36:15 -08:00
storage Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
system Fix missing imports from sysctl module 2016-12-20 10:23:48 -05:00
univention Improve the dependency on univention (aka: declare it and fail nicely if it is not present) (#18840) 2016-12-09 08:39:40 -05:00
utilities Fix include_role docs to be valid YAML (#19506) 2016-12-19 10:45:01 +00:00
web_infrastructure jenkins_plugin: doc: Specify version as string (#18858) 2016-12-21 07:32:23 +01:00
windows Improve YAML examples - windows/win_package.py (#19407) 2016-12-19 13:58:28 -08:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00