mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-10 18:24:25 +02:00
Corrected error with the idempotent parameter which must be address and not interface
This commit is contained in:
parent
6061e1d851
commit
b278045311
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