mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 18:24:52 +02:00
* make api_modify to ignore builtin items Signed-off-by: Tomas Herfert <herfik> * include_builtin parametr for api_info module Signed-off-by: Tomas Herfert <herfik> * api_info ignore_builtin changelog Signed-off-by: Tomas Herfert <herfik> * typo Signed-off-by: Tomas Herfert <herfik> * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> Signed-off-by: Tomas Herfert <herfik> Co-authored-by: Tomas Herfert <herfik> Co-authored-by: Felix Fontein <felix@fontein.de>
6 lines
383 B
YAML
6 lines
383 B
YAML
minor_changes:
|
|
- api_info - new parameter ``include_builtin`` which allows to include "builtin" entries that are automatically generated by ROS and cannot be modified by the user
|
|
(https://github.com/ansible-collections/community.routeros/pull/130).
|
|
trivial:
|
|
- api_modify - ignore ``builtin`` entries
|
|
(https://github.com/ansible-collections/community.routeros/pull/130).
|