changed the idempotent parameter to address to have the correct behavior

This commit is contained in:
antoni 2018-02-24 19:06:22 +01:00
parent 579ce84db3
commit 4ebf1ca730

View file

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