mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
Add test to take interface down
This commit is contained in:
parent
44a9d70981
commit
d370966ee2
1 changed files with 4 additions and 5 deletions
|
|
@ -30,11 +30,10 @@
|
|||
- linux-system-roles.network
|
||||
# FIXME: assert profile present
|
||||
# FIXME: assert profile/device up + IP address
|
||||
# FIXME: state down does not work currently
|
||||
#- import_playbook: down-profile.yml
|
||||
# vars:
|
||||
# profile: "{{ interface }}"
|
||||
## FIXME: assert profile/device down
|
||||
- import_playbook: down-profile.yml
|
||||
vars:
|
||||
profile: "{{ interface }}"
|
||||
# FIXME: assert profile/device down
|
||||
- import_playbook: remove-profile.yml
|
||||
vars:
|
||||
profile: "{{ interface }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue