summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-08 13:14:01 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-08 13:14:01 -0400
commit72b9ef4830ff82ab0d35858ab33cb547982e94e3 (patch)
tree07fe7fa69bd0cdedcb64ed4bd9b484c837597638 /system
parent13a3e38a1124f1e3e74a5e33706bc7615a44f73b (diff)
downloadansible-modules-extras-72b9ef4830ff82ab0d35858ab33cb547982e94e3.tar.gz
added missing version_added to new filesystem option
Diffstat (limited to 'system')
-rw-r--r--system/filesystem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/filesystem.py b/system/filesystem.py
index b1a75fc0..b44168a0 100644
--- a/system/filesystem.py
+++ b/system/filesystem.py
@@ -47,6 +47,7 @@ options:
description:
- If yes, if the block device and filessytem size differ, grow the filesystem into the space. Note, XFS Will only grow if mounted.
required: false
+ version_added: "2.0"
opts:
description:
- List of options to be passed to mkfs command.