summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-11-02 12:53:46 -0700
committerToshio Kuratomi <a.badger@gmail.com>2016-11-02 12:53:46 -0700
commitfcea2821851b535d39056b480882f0510423975b (patch)
tree43de91c4bd0eef849ab9a4d9f4914337f3e5dd59
parent9d51f823956e47b02abd7754522b5bd4202bd82c (diff)
downloadansible-modules-extras-fcea2821851b535d39056b480882f0510423975b.tar.gz
Archive is being added in 2.3 rather than 2.2
-rw-r--r--files/archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/archive.py b/files/archive.py
index 3b11d86b..36d2c423 100644
--- a/files/archive.py
+++ b/files/archive.py
@@ -28,7 +28,7 @@ along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION = '''
---
module: archive
-version_added: 2.2
+version_added: 2.3
short_description: Creates a compressed archive of one or more files or trees.
extends_documentation_fragment: files
description: