diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-07-08 13:14:01 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-07-08 13:14:01 -0400 |
commit | 72b9ef4830ff82ab0d35858ab33cb547982e94e3 (patch) | |
tree | 07fe7fa69bd0cdedcb64ed4bd9b484c837597638 /system | |
parent | 13a3e38a1124f1e3e74a5e33706bc7615a44f73b (diff) | |
download | ansible-modules-extras-72b9ef4830ff82ab0d35858ab33cb547982e94e3.tar.gz |
added missing version_added to new filesystem option
Diffstat (limited to 'system')
-rw-r--r-- | system/filesystem.py | 1 |
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. |