Commit 88808193 by James Cammarata

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

parents f29ce80d e563f847
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment