Merge branch 'devel' of https://github.com/mtpereira/ansible into mtpereira-devel

This commit is contained in:
James Cammarata 2014-02-18 10:33:30 -06:00
commit 5cb6b24546

View file

@ -143,6 +143,7 @@ def uninstall(module):
cmd.extend([ '--version', module.params['version'] ])
else:
cmd.append('--all')
cmd.append('--executable')
cmd.append(module.params['name'])
module.run_command(cmd, check_rc=True)