ansible-collections / cisco.iosxr

Ansible Network Collection for Cisco IOSXR
GNU General Public License v3.0
67 stars 47 forks source link

FAILED! => {"changed": false, "msg": "parameters are mutually exclusive: address|any|host|prefix|net_group|port_group, wildcard_bits|any|host|prefix|net_group|port_group found in config -> acls -> aces -> destination"} #453

Open Hassan-Core opened 10 months ago

Hassan-Core commented 10 months ago

SUMMARY

ISSUE TYPE

COMPONENT NAME

ANSIBLE VERSION

COLLECTION VERSION

CONFIGURATION

OS / ENVIRONMENT

STEPS TO REPRODUCE

EXPECTED RESULTS

ACTUAL RESULTS

ntl-afzaalarif commented 10 months ago

I have also checked this, and this appears to be a bug. It will fail for both source and destination. [host,address,prefix,net-group] these items are mutually exclusive but not the port-group. I have modified the acls.py to get this working on my local environment, will initiate a pull request for the solution to this repository.