From 7cffcf3355551978e9e08c609abffd3dd4c090ec Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 5 Jan 2023 11:56:11 +0100 Subject: [PATCH] Add back a package to connect to MySQL 8+ --- tests/integration/targets/setup_controller/tasks/install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/setup_controller/tasks/install.yml b/tests/integration/targets/setup_controller/tasks/install.yml index 5ee1903..d59dae7 100644 --- a/tests/integration/targets/setup_controller/tasks/install.yml +++ b/tests/integration/targets/setup_controller/tasks/install.yml @@ -5,6 +5,7 @@ name: - mysql-client - iproute2 + - python3-cryptography # To authenticate with MySQL 8+ state: present update_cache: true environment: