From 85fc83c757f5d60b4863a59b0d9f7a6d5daa4074 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 23 Apr 2021 11:33:39 +0200 Subject: [PATCH] Fix CI --- tests/integration/targets/setup_mysql/tasks/install.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/targets/setup_mysql/tasks/install.yml b/tests/integration/targets/setup_mysql/tasks/install.yml index c5b318b..c489ffb 100644 --- a/tests/integration/targets/setup_mysql/tasks/install.yml +++ b/tests/integration/targets/setup_mysql/tasks/install.yml @@ -5,6 +5,10 @@ id: 4D1BB29D63D98E422B2113B19334A25F8507EFA5 state: present +- name: Change the default interpreter + shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3 1" + ignore_errors: yes + - name: Install Python3-apt package: name: python3-apt