Merge pull request #239 from JamesBarwell/haproxy-fixes
haproxy - Fix argument passing to module constructor
This commit is contained in:
commit
8e51f44fd0
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ def main():
|
||||||
if not socket:
|
if not socket:
|
||||||
module.fail_json(msg="unable to locate haproxy socket")
|
module.fail_json(msg="unable to locate haproxy socket")
|
||||||
|
|
||||||
ansible_haproxy = HAProxy(module, **module.params)
|
ansible_haproxy = HAProxy(module)
|
||||||
ansible_haproxy.act()
|
ansible_haproxy.act()
|
||||||
|
|
||||||
# import module snippets
|
# import module snippets
|
||||||
|
|
Loading…
Reference in a new issue