generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(edgeswitch): allow to differentiate between running and startup …
…config (#105) * feat(config): allow to differentiate between running and startup config * fix(edgeswitch): ensuring backward compatibility - runningconfig remains config and is completed by startupconfig * feat(changelog): adding version change info for startupconfig Co-authored-by: Felix Fontein <[email protected]> * fix(tests): ignore startupconfig as parameter * fix(lint): satify linter - blank lines missmatch * feat(changelog): adding changelog fragment * fix(changelog): changelog fragment as required * trigger(): retrigger * Update changelogs/fragments/105_edgeswitch_add-startupconfig.yml Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
17760e0
commit 1aa8898
Showing
3 changed files
with
23 additions
and
2 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,2 @@ | ||
minor_changes: | ||
- edgeswitch_facts - added ``startupconfig`` to facts module - to allow the comparision between startup and running config (https://github.com/ansible-collections/community.network/pull/105). |
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