cisco.asa icon indicating copy to clipboard operation
cisco.asa copied to clipboard

cisco.asa.asa_acls gathered facts

Open vjsaisha opened this issue 6 months ago • 0 comments

SUMMARY

cisco.asa.asa_acls object reference missing in gathered facts

ISSUE TYPE
  • Bug Report
COMPONENT NAME

Ansible Core / Ansible AAP 2.4

CONFIGURATION

Ansible Code

- name: Gather listed ACLs with provided configurations
  cisco.asa.asa_acls:
    config:
    state: gathered

It works perfectly when the access list contains with out any object reference in the access list.

Working well for following line access-list IN-OUT line 1 extended permit ip host 10.10.10.2 host 10.0.228.35

Not working well for following line access-list IN-OUT line 1 extended permit ip object obj-10.10.10.2 object obj-10.0.228.35

When the code executes the gathered facts reference for source & destination lines are empty.

vjsaisha avatar Jan 01 '24 06:01 vjsaisha