Skip to content

Commit 23c9a35

Browse files
committed
remove_config formatted
1 parent 081626b commit 23c9a35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/targets/vyos_l3_interfaces/tests/cli/_remove_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
- name: Remove Config
33
vars:
4-
lines: "delete interfaces ethernet \"{{ intf }}\" address\ndelete interfaces ethernet \"{{ intf }}\" vif\ndelete interfaces ethernet \"{{ intf }}\" ipv6\n"
4+
lines: |
5+
delete interfaces ethernet "{{ intf }}" address
6+
delete interfaces ethernet "{{ intf }}" vif
7+
delete interfaces ethernet "{{ intf }}" ipv6
58
loop:
69
- eth1
710
- eth2

0 commit comments

Comments
 (0)