Merge pull request #239 from JamesBarwell/haproxy-fixes

haproxy - Fix argument passing to module constructor
reviewable/pr18780/r1
Brian Coca 10 years ago
commit 8e51f44fd0

@ -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

Loading…
Cancel
Save