mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-05 02:35:04 +02:00
make api_modify to ignore builtin items (#130)
* 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>
This commit is contained in:
parent
4194ae9ba6
commit
b539ed6aa4
3 changed files with 26 additions and 5 deletions
6
changelogs/fragments/130-api-modify-builtin.yml
Normal file
6
changelogs/fragments/130-api-modify-builtin.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue