diff options
Diffstat (limited to 'lib/ansible/modules/packaging/elasticsearch_plugin.py')
-rw-r--r-- | lib/ansible/modules/packaging/elasticsearch_plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/packaging/elasticsearch_plugin.py b/lib/ansible/modules/packaging/elasticsearch_plugin.py index 9e5245bc6f..8a16518962 100644 --- a/lib/ansible/modules/packaging/elasticsearch_plugin.py +++ b/lib/ansible/modules/packaging/elasticsearch_plugin.py @@ -78,8 +78,8 @@ options: default: None version_added: "2.1" version: - description: - - Version of the plugin to be installed. + description: + - Version of the plugin to be installed. If plugin exists with previous version, it will NOT be updated required: False default: None |