SUMMARY
ios_route_maps does not apply a route map entry if it only contains a sequence number and an action.
ISSUE TYPE
COMPONENT NAME
cisco.ios.ios_route_maps
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Running in AWX in a custom execution environment.
STEPS TO REPRODUCE
- action: deny # This is not applied by ios_route_maps so there is a separate ios_config task to make sure it is applied
sequence: 6
This same bug also ocurrs in a different route map with a permit entry.
EXPECTED RESULTS
If the above item is in config for the module, this entry will not appear in the commands during check mode. We did not attempt to apply it in run mode, so it's possible this bug is limited to reporting the line in commands output.
ACTUAL RESULTS