You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without the 'match' part of the config, the addresses under the interfaces never get applied. I assume it's because there is already the same config line (though different hierarchy) elsewhere in the config.
playing round with the 'match' and 'replace' options give me the error 'match is strict but all of the following are missing: lines' but the docs tell me that src and lines are mutually exclusive.
Match: none does work, however this causes the full configuration to be applied each time, which seems like is defeating the point.
SUMMARY
without the 'match' part of the config, the addresses under the interfaces never get applied. I assume it's because there is already the same config line (though different hierarchy) elsewhere in the config.
playing round with the 'match' and 'replace' options give me the error 'match is strict but all of the following are missing: lines' but the docs tell me that src and lines are mutually exclusive.
Match: none does work, however this causes the full configuration to be applied each time, which seems like is defeating the point.
ISSUE TYPE
COMPONENT NAME
iosxr_config
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Linux ansible 4.15.0-91-generic #92-Ubuntu SMP Fri Feb 28 11:09:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Cisco IOS XR Software, Version 6.6.3
STEPS TO REPRODUCE
EXPECTED RESULTS
The full configuration should get applied.
ACTUAL RESULTS
With strict:
With match: exact:
With match: line (note that the full configuration is not applied under the interfaces)
The text was updated successfully, but these errors were encountered: