Skip to content

Commit 12d3044

Browse files
committed
Add php-bz2 to dependencies
Needed by LibriVox/librivox-catalog#248
1 parent 075b1f8 commit 12d3044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/common/tasks/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
name: ['git', 'apache2', 'mariadb-server', 'php8.1-fpm', 'php8.1-mysql',
77
'php8.1-curl', 'php8.1-memcache', 'php8.1-memcached', 'php8.1-intl',
88
'php8.1-mbstring', 'php8.1-xml', 'php8.1-zip', 'php8.1-apcu',
9-
'php8.1-gd', 'php8.1-imagick', 'php8.1-xdebug', 'php-wikidiff2',
10-
'python3-certbot-apache', 'python3-mysqldb', 'sphinxsearch',
11-
'mp3gain', 'unzip', 'memcached', 'imagemagick']
9+
'php8.1-bz2', 'php8.1-gd', 'php8.1-imagick', 'php8.1-xdebug',
10+
'php-wikidiff2', 'python3-certbot-apache', 'python3-mysqldb',
11+
'sphinxsearch', 'mp3gain', 'unzip', 'memcached', 'imagemagick']
1212
state: latest
1313
update_cache: yes
1414
become: true

0 commit comments

Comments
 (0)