Skip to content

Commit

Permalink
netscaler_lb_monitor.py: removed unnnecessary task which impacted per…
Browse files Browse the repository at this point in the history
…formance
  • Loading branch information
Oleksandr Savchenko committed Sep 27, 2018
1 parent daf532e commit 9df9401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible-modules/netscaler_lb_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,6 @@ def main():
if lbmonitor_exists:
module.fail_json(msg='lb monitor still exists', **module_result)

module_result['actual_attributes'] = lbmonitor_proxy.get_actual_rw_attributes(filter='monitorname')
except nitro_exception as e:
msg = "nitro exception errorcode=%s, message=%s" % (str(e.errorcode), e.message)
module.fail_json(msg=msg, **module_result)
Expand Down

0 comments on commit 9df9401

Please sign in to comment.