Changed idempotent parameter to address and improved the testing for it

This commit is contained in:
antoni 2018-02-24 19:21:57 +01:00
commit f97abd3e0d

View file

@ -70,7 +70,7 @@ def main():
idempotent_parameter = None
params = module.params
idempotent_parameter = 'address'
idempotent_parameter = 'interface'
mt_obj = MikrotikIdempotent(
hostname = params['hostname'],
username = params['username'],