Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2024
1 parent a98cd15 commit 181f02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/module_utils/network/ios/rm_templates/acls.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def source_destination_common_config(config_data, command, attr):
)
elif aces.get("protocol"):
command += " {protocol}".format(**aces)
if aces.get("service_object_group"): command += " object-group {service_object_group}".format(**aces)
if aces.get("service_object_group"):
command += " object-group {service_object_group}".format(**aces)
if aces.get("source"):
command = source_destination_common_config(aces, command, "source")
if aces.get("destination"):
Expand Down

0 comments on commit 181f02e

Please sign in to comment.