diff --git a/tests/playbooks/tests_ethtool_features.yml b/tests/playbooks/tests_ethtool_features.yml index 9b51cab..57c48bd 100644 --- a/tests/playbooks/tests_ethtool_features.yml +++ b/tests/playbooks/tests_ethtool_features.yml @@ -186,6 +186,9 @@ - include_tasks: tasks/manage_test_interface.yml vars: state: absent + - name: Reload NetworkManager config + command: nmcli connection reload + ignore_errors: true tags: - "tests::cleanup"