mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Add test to remove Ethernet profile
This commit is contained in:
parent
598e487971
commit
0fc1b5bbb5
2 changed files with 4 additions and 3 deletions
1
tests/remove-profile.yml
Symbolic link
1
tests/remove-profile.yml
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../examples/remove-profile.yml
|
||||
|
|
@ -35,9 +35,9 @@
|
|||
# vars:
|
||||
# profile: "{{ interface }}"
|
||||
## FIXME: assert profile/device down
|
||||
#- import_playbook: remove-profile.yml
|
||||
# vars:
|
||||
# profile: "{{ interface }}"
|
||||
- import_playbook: remove-profile.yml
|
||||
vars:
|
||||
profile: "{{ interface }}"
|
||||
# FIXME: assert profile away
|
||||
- name: Remove interfaces
|
||||
hosts: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue