Merge pull request #2195 from tbielawa/NOOP
First try and making the nagios module NOOPpablepull/4420/head
commit
7090ad3aac
|
@ -185,7 +185,10 @@ def main():
|
|||
|
||||
##################################################################
|
||||
ansible_nagios = Nagios(module, **module.params)
|
||||
ansible_nagios.act()
|
||||
if self.check_mode:
|
||||
module.exit_json(changed=True)
|
||||
else:
|
||||
ansible_nagios.act()
|
||||
##################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue