summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchlueter <bs@schlueter.blue>2015-05-21 12:54:48 -0400
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-26 12:37:59 -0700
commitddadc483156d24a697b22bf074a237837c078451 (patch)
tree12fb8d4a5c10149ace234e3a28783d566123c305
parentbc3cab9e7f53f1b2093fd15241088255800d309d (diff)
downloadansible-modules-core-ddadc483156d24a697b22bf074a237837c078451.tar.gz
Add 'version_added' to state documentation for easy_install resource
-rw-r--r--packaging/language/easy_install.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/language/easy_install.py b/packaging/language/easy_install.py
index e1924d0c..77efeae7 100644
--- a/packaging/language/easy_install.py
+++ b/packaging/language/easy_install.py
@@ -71,6 +71,7 @@ options:
required: false
default: null
state:
+ version_added: "2.0"
description:
- The desired state of the library. C(latest) ensures that the latest version is installed.
required: false