Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 721397d commit 800a240
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion changelogs/fragments/iosxr_static_routes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
bugfixes:
- iosxr_static_routes - Fix incorrect handling of the vrf keyword between the destination address and next-hop interface in both global and VRF contexts for IPv4 and IPv6 static_route configurations.

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

- ansible.builtin.assert:
that:
- result['changed'] == false
- result['changed'] == false
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@
- "{{ replaced['after'] | symmetric_difference(result['before']) |length == 0 }}"
always:
- ansible.builtin.include_tasks: _remove_config.yaml

0 comments on commit 800a240

Please sign in to comment.