mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-29 06:18:42 +02:00
fix: remove unneeded copy-from
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
2f5972caa8
commit
3e44be29d4
2 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- api_info, api_modify - add missing fields ``comment``, ``copy-from``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327).
|
||||
- api_info, api_modify - add missing fields ``comment``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327).
|
||||
|
|
|
@ -709,7 +709,6 @@ PATHS = {
|
|||
primary_keys=('name', ),
|
||||
fields={
|
||||
'comment': KeyInfo(),
|
||||
'copy-from': KeyInfo(),
|
||||
'name': KeyInfo(),
|
||||
'next-pool': KeyInfo(),
|
||||
'ranges': KeyInfo(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue