Right out of the docs:
`
- easy_install: name=pip state=latest
`
Yields:
`
TASK: [ansible | easy_install name=pip state=latest] **************************
failed: [10.0.192.110] => {“failed”: true}
msg: unsupported parameter for module: state
FATAL: all hosts have already failed – aborting
`
What could be causing this?