Skip to content

Commit

Permalink
removed obsolete and linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
omnom62 committed Feb 2, 2025
1 parent 696842a commit 97ee5ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 78 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
- ansible.builtin.include_tasks: _remove_config.yaml

# - name: ensure facts
# include_tasks: _get_version.yaml

- name: Setup {{ vyos_version }}
vyos.vyos.vyos_config:
lines: "{{ populate_config }}"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/vyos_route_maps/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ populate_config:
- set policy route-map test3 rule 1 set origin 'egp'
- set policy route-map test3 rule 1 set originator-id '192.0.2.34'
- set policy route-map test3 rule 1 set tag '5'
- set policy route-map test3 rule 1 set weight '4'
- set policy route-map test3 rule 1 set weight '4'
37 changes: 0 additions & 37 deletions tests/integration/targets/vyos_route_maps/vars/pre-v1_4.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions tests/integration/targets/vyos_route_maps/vars/v1_4.yaml

This file was deleted.

0 comments on commit 97ee5ba

Please sign in to comment.