mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
This commit address a bug in the ios_config module when using the match: strict argument. When the argument is used, the module will compare the configuration block same as match: exact which is not the intended behavior. This commit updates the behavior to propertly handle the strict argument.