web: Require curl for mastodon bot

This commit is contained in:
Thomas Basler 2025-01-03 14:40:30 +01:00
parent 37f6ab1e3e
commit aad0591c16

View File

@ -3,6 +3,7 @@
- name: Install dependencies
apt:
name:
- php-curl
- php-fpm
- php-ldap
- php-sqlite3