From ac206e55ff00b5c31ab518634e4b6a2da9769b0f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 8 Jul 2015 13:14:01 -0400 Subject: [PATCH] added missing version_added to new filesystem option --- lib/ansible/modules/extras/system/filesystem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/system/filesystem.py b/lib/ansible/modules/extras/system/filesystem.py index b1a75fc065a..b44168a0e06 100644 --- a/lib/ansible/modules/extras/system/filesystem.py +++ b/lib/ansible/modules/extras/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.