Skip to content

Commit 0a55f62

Browse files
committed
Add debian-python for handling new repository-format
1 parent d9e9089 commit 0a55f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
- ansible_os_family == 'Debian'
55
- mariadb.repository.apt.repository
66
block:
7-
- name: Install GPG
7+
- name: Install requirements for MariaDB
88
ansible.builtin.apt:
99
update_cache: yes
1010
name:
1111
- gpg
1212
- gpg-agent
13+
- python3-debian
1314

1415
- name: Remove the legacy MariaDB repository
1516
ansible.builtin.file:

0 commit comments

Comments
 (0)