mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Update CI
This commit is contained in:
parent
a09d841ad7
commit
6705bf496b
2 changed files with 1 additions and 10 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
- stable-2.11
|
||||
- devel
|
||||
python:
|
||||
- 3.6
|
||||
- 3.8
|
||||
connector:
|
||||
- pymysql==0.7.10
|
||||
- pymysql==0.9.3
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue