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
3e5ec52763
commit
302d35d8c3
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
id: 4D1BB29D63D98E422B2113B19334A25F8507EFA5
|
||||
state: present
|
||||
|
||||
- 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