How do I specify a specific package version when using the homebrew modules?

brew allows be to install a specific version of a module. e.g.

brew install mongodb 2.6

I don’t see a way of doing this with the Ansible homebrew module.

I’ve looked at the documentation and the source code and searched this group’s messages.