Corrected error with the idempotent parameter which must be address and not interface

This commit is contained in:
antoni 2018-03-05 20:46:45 +01:00
parent 6061e1d851
commit b278045311

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'],