summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/packaging')
-rw-r--r--lib/ansible/modules/packaging/elasticsearch_plugin.py4
-rw-r--r--lib/ansible/modules/packaging/os/dnf.py2
2 files changed, 3 insertions, 3 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
diff --git a/lib/ansible/modules/packaging/os/dnf.py b/lib/ansible/modules/packaging/os/dnf.py
index c06ccdca05..016fdf6045 100644
--- a/lib/ansible/modules/packaging/os/dnf.py
+++ b/lib/ansible/modules/packaging/os/dnf.py
@@ -60,7 +60,7 @@ options:
required: false
default: null
aliases: []
-
+
disablerepo:
description:
- I(Repoid) of repositories to disable for the install/update operation.