You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/iosxr_l3_interfaces/tests/cli/_remove_config.yaml

13 lines
255 B
YAML

---
- name: Remove Config
cli_config:
config: "{{ lines }}"
vars:
lines: |
interface GigabitEthernet 0/0/0/0
no ipv4 address
no ipv6 address
interface GigabitEthernet 0/0/0/1
no ipv4 address
no ipv6 address