Skip to content

ios_route_maps does not apply a route map entry if it only contains a sequence number and an action #1234

@zendritic

Description

@zendritic
SUMMARY

ios_route_maps does not apply a route map entry if it only contains a sequence number and an action.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

cisco.ios.ios_route_maps

ANSIBLE VERSION
2.18.5
COLLECTION VERSION
10.1.0
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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions