community.general/lib/ansible/modules/web_infrastructure
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
..
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_mod_proxy.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
apache2_module.py Fix bug #5328 apache module loading (#19355) 2016-12-14 13:18:19 -08:00
deploy_helper.py Use type='path' instead of 'str' for deploy_helper 2016-12-13 13:25:45 -05:00
django_manage.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
ejabberd_user.py minor spelling changes 2016-12-13 13:51:13 -05:00
htpasswd.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
jboss.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
jenkins_job.py Remove unused quotes (#19150) 2016-12-10 09:28:38 -05:00
jenkins_plugin.py jenkins_plugin: doc: Specify version as string (#18858) 2016-12-21 07:32:23 +01:00
jira.py Native YAML - web_infrastructure/jira.py (#18832) 2016-12-09 08:48:59 -05:00
letsencrypt.py minor spelling changes 2016-12-13 13:51:13 -05:00
nginx_status_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
supervisorctl.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
taiga_issue.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00