Skip to content

Commit

Permalink
Merge branch 'acl-protocol-og' of github.com:rulev/cisco.asa into acl…
Browse files Browse the repository at this point in the history
…-protocol-og
  • Loading branch information
Vladimir Rulev committed Jun 14, 2024
2 parents 0bdab8d + 36a42cb commit 4dd50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/network/asa/facts/acls/acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def populate_facts(self, connection, ansible_facts, data=None):
each.get("protocol")
and each.get("protocol") != "icmp"
and each.get("protocol") != "icmp6"
and 'object-group' not in each.get("protocol")
and "object-group" not in each.get("protocol")
):
each["protocol_options"] = {each.get("protocol"): True}
acls.append(val)
Expand Down

0 comments on commit 4dd50c4

Please sign in to comment.