I am trying to deploy the following configuration to some routers using Ansible: route-map BGP_TO_EC permit 10 match ip address prefix-list DEFAULT As far as I can tell from the documentation this should be the correct YAML: - name: create/verify ro...