forked from ansible-collections/community.routeros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make api_modify to ignore builtin items (ansible-collections#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 <[email protected]> Signed-off-by: Tomas Herfert <herfik> Co-authored-by: Tomas Herfert <herfik> Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
4194ae9
commit b539ed6
Showing
3 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters