when executing with only standard access lists it works fine, but when including ip extended access lists, terminal to execute with error
access-lists
R1# sh access-lists
Standard IP access list 10
10 permit 192.168.88.50
Extended IP access list 110
10 permit ip object-group my_obj any
---
- name: convert configured ACLs to structured data
hosts: all
gather_facts: false
tasks:
- name: Use the ACLs resource module to gather the current config
cisco.ios.ios_acls:
config:
state: gathered
SUMMARY
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
OS: Linux NetworkAutomation-1 5.4.0-52-generic #57~18.04.1-Ubuntu SMP Thu Oct 15 14:04:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Cisco ROM: ROMMON Emulation Microcode BOOTLDR: 7200 Software (C7200-ADVENTERPRISEK9-M), Version 15.2(4)M7, RELEASE SOFTWARE (fc2)
Environment: GNS3
STEPS TO REPRODUCE
when executing with only standard access lists it works fine, but when including ip extended access lists, terminal to execute with error
access-lists
EXPECTED RESULTS
ACTUAL RESULTS