mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Fix CI
This commit is contained in:
parent
302d35d8c3
commit
85fc83c757
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue