mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-09 04:00:32 -07:00
Fix CI
This commit is contained in:
parent
85fc83c757
commit
a09d841ad7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
state: present
|
||||
|
||||
- name: Change the default interpreter
|
||||
shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3 1"
|
||||
shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Install Python3-apt
|
||||
|
|
Loading…
Add table
Reference in a new issue