mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-15 04:34:22 +02:00
changed the idempotent parameter to address to have the correct behavior
This commit is contained in:
parent
579ce84db3
commit
4ebf1ca730
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def main():
|
||||||
|
|
||||||
idempotent_parameter = None
|
idempotent_parameter = None
|
||||||
params = module.params
|
params = module.params
|
||||||
idempotent_parameter = 'interface'
|
idempotent_parameter = 'address'
|
||||||
mt_obj = MikrotikIdempotent(
|
mt_obj = MikrotikIdempotent(
|
||||||
hostname = params['hostname'],
|
hostname = params['hostname'],
|
||||||
username = params['username'],
|
username = params['username'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue