mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
tests: Consent to restart network when specifying wireless or team connections
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
66c3eef7e3
commit
44f937d82b
3 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
include_role:
|
||||
name: linux-system-roles.network
|
||||
vars:
|
||||
network_allow_restart: true
|
||||
network_connections:
|
||||
# Specify the team profile
|
||||
- name: team0
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
include_role:
|
||||
name: linux-system-roles.network
|
||||
vars:
|
||||
network_allow_restart: true
|
||||
network_connections:
|
||||
- name: wlan0
|
||||
type: wireless
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
include_role:
|
||||
name: linux-system-roles.network
|
||||
vars:
|
||||
network_allow_restart: true
|
||||
network_connections:
|
||||
- name: "{{ interface }}"
|
||||
persistent_state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue