Update CI

This commit is contained in:
Andrew Klychkov 2021-04-23 12:10:23 +02:00
parent a09d841ad7
commit 6705bf496b
2 changed files with 1 additions and 10 deletions

View file

@ -63,7 +63,7 @@ jobs:
- stable-2.11
- devel
python:
- 3.6
- 3.8
connector:
- pymysql==0.7.10
- pymysql==0.9.3

View file

@ -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 }}"