-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(edgeos_config): Append save command into result #189
feat(edgeos_config): Append save command into result #189
Conversation
@Turgon37, just so you are aware we have a dedicated Working Group for network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@Turgon37 - can you add a changelog fragment (https://docs.ansible.com/ansible/devel/community/development_process.html#changelogs-how-to) please? @virtualguy - thanks for the review! |
Done :) |
00b9c10
to
b55174d
Compare
Failed tests seem to not be related to my changes :) |
thanks @Turgon37 & @virtualguy ! |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #375 🤖 @patchback |
* feat(edgeos_config): Append save command into result * style(edgeos_config): Typo * docs(): Add changelog fragment Co-authored-by: Pierre GINDRAUD <[email protected]> Co-authored-by: Pierre GINDRAUD <[email protected]> (cherry picked from commit 15df9d9)
* feat(edgeos_config): Append save command into result * style(edgeos_config): Typo * docs(): Add changelog fragment Co-authored-by: Pierre GINDRAUD <[email protected]> Co-authored-by: Pierre GINDRAUD <[email protected]> (cherry picked from commit 15df9d9) Co-authored-by: Pierre GINDRAUD <[email protected]>
SUMMARY
Add "save" command into the "commands" array of the task results. Usefull when only a save is required and the task appear to be "changed: true" without any commands or diff (refer to #184 )
ISSUE TYPE
COMPONENT NAME
edgeos_config
ADDITIONAL INFORMATION
Before
After