From 6a97652a8857e7f9c11420f63a709e0e7ffe7ecd Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 13 Dec 2022 15:17:54 +0200 Subject: [PATCH] add python3-pymysql --- tasks/install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 3bdf408..b643bab 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -18,5 +18,6 @@ - spamassassin - opendkim - opendkim-tools + - python3-pymysql state: latest - update_cache: true \ No newline at end of file + update_cache: true