-
Notifications
You must be signed in to change notification settings - Fork 174
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
add support for src plus match:exact (revive abandoned pull request) #1050
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1050 +/- ##
==========================================
- Coverage 86.90% 86.80% -0.10%
==========================================
Files 193 199 +6
Lines 11904 12077 +173
==========================================
+ Hits 10345 10484 +139
- Misses 1559 1593 +34 |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 5m 06s |
Build failed.
|
recheck |
Build failed.
|
I'm sorry for the tag, I need a maintainer to approve the workflow. Is there anything you need from me before the workflow is approved? Thanks! |
CC @roverflow |
After merging with ansible main, gotta love it
Hey @amalmborg97, could you please add some tests for the above change! |
update fork from main repo
SUMMARY
This is a restoration of PR #778 initially submitted by @bentole. This feature would be fantastic and I would love to see it to the finish line. The only modification I have made is providing a changelog fragment.
Below is his initial PR description.
Fixes #655
Fixes #740
Fixes #771
Fixes #129 (related)
Add support for device configuration to exactly match the provided template configuration guaranteeing consistency and idempotency.
ISSUE TYPE
COMPONENT NAME
cisco.ios.ios_config
ADDITIONAL INFORMATION
Feature best described by using an example:
play
template.j2
running-config before
commands fired
running-config after
Consecutive Runs:
changed: false aka Idempotent!