Input on module to resize filesystems.

I have need of this.

Should I add this ability to the existing `filesystem` module, or do
folks think it ought to be a separate module?

Can you share more about what the proposed syntax might be for this flag (such as an example playbook line?)

Excerpts from Michael DeHaan's message of 2014-07-15 11:37:33 -0400:

Can you share more about what the proposed syntax might be for this flag
(such as an example playbook line?)

That's actually where I run into trouble; the filesystem module's
arguments and their semantics don't leave a lot of room for extending.

Currently, the filesystem module will create a filesystem if none
exists, or create filesystem unconditionally when force=yes.

I could imagine changing the behavior by adding a 'size' parameter, so
that one could do the following:

I think I might favor resize=yes|no default no.