diff --git a/tests/playbooks/tests_team_plugin_installation.yml b/tests/playbooks/tests_team_plugin_installation.yml index f7c53f8..7b0b566 100644 --- a/tests/playbooks/tests_team_plugin_installation.yml +++ b/tests/playbooks/tests_team_plugin_installation.yml @@ -26,6 +26,7 @@ include_role: name: linux-system-roles.network vars: + network_allow_restart: true network_connections: # Specify the team profile - name: team0 diff --git a/tests/playbooks/tests_wireless_plugin_installation.yml b/tests/playbooks/tests_wireless_plugin_installation.yml index b59a775..fd5d3fe 100644 --- a/tests/playbooks/tests_wireless_plugin_installation.yml +++ b/tests/playbooks/tests_wireless_plugin_installation.yml @@ -26,6 +26,7 @@ include_role: name: linux-system-roles.network vars: + network_allow_restart: true network_connections: - name: wlan0 type: wireless diff --git a/tests/tasks/create_team_profile.yml b/tests/tasks/create_team_profile.yml index 458a66f..5d8ea72 100644 --- a/tests/tasks/create_team_profile.yml +++ b/tests/tasks/create_team_profile.yml @@ -4,6 +4,7 @@ include_role: name: linux-system-roles.network vars: + network_allow_restart: true network_connections: - name: "{{ interface }}" persistent_state: present