Merge pull request #239 from JamesBarwell/haproxy-fixes

haproxy - Fix argument passing to module constructor
This commit is contained in:
Brian Coca 2015-02-08 20:44:01 -05:00
commit 8e51f44fd0

View file

@ -243,7 +243,7 @@ def main():
if not socket:
module.fail_json(msg="unable to locate haproxy socket")
ansible_haproxy = HAProxy(module, **module.params)
ansible_haproxy = HAProxy(module)
ansible_haproxy.act()
# import module snippets