diff --git a/tests/playbooks/tests_team_plugin_installation.yml b/tests/playbooks/tests_team_plugin_installation.yml index f7c53f8a..7b0b5667 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 b59a775a..fd5d3fee 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 458a66f5..5d8ea72d 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