mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-10 18:24:25 +02:00
Changed idempotent parameter to address and improved the testing for it
This commit is contained in:
commit
f97abd3e0d
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue