From 6705bf496b11b0dd76987deab93b76cc626390c6 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 23 Apr 2021 12:10:23 +0200 Subject: [PATCH] Update CI --- .github/workflows/ansible-test-plugins.yml | 2 +- tests/integration/targets/setup_mysql/tasks/install.yml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 7e5c33d..e024b9f 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -63,7 +63,7 @@ jobs: - stable-2.11 - devel python: - - 3.6 + - 3.8 connector: - pymysql==0.7.10 - pymysql==0.9.3 diff --git a/tests/integration/targets/setup_mysql/tasks/install.yml b/tests/integration/targets/setup_mysql/tasks/install.yml index d7ab645..aacdddc 100644 --- a/tests/integration/targets/setup_mysql/tasks/install.yml +++ b/tests/integration/targets/setup_mysql/tasks/install.yml @@ -5,15 +5,6 @@ id: 4D1BB29D63D98E422B2113B19334A25F8507EFA5 state: present -- name: Change the default interpreter - shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1" - ignore_errors: yes - -- name: Install Python3-apt - package: - name: python3-apt - ignore_errors: yes - - name: "{{ role_name }} | install | add percona repositories" apt_repository: repo: "{{ item }}"