From e882a4760b9a220d91f17efa8d5f701c42fb8792 Mon Sep 17 00:00:00 2001 From: Crest Date: Wed, 2 Oct 2024 14:36:37 +0200 Subject: [PATCH] Install passlib module for default Python version. Referencing the package to install by origin port instead of resulting package name picks the default flavor of the port thus avoids depending on a specific Python version. Updates #33. --- mail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.yml b/mail.yml index c748ef1..a104aa4 100644 --- a/mail.yml +++ b/mail.yml @@ -6,7 +6,7 @@ tasks: - name: Install passlib ansible.builtin.package: - name: py39-passlib + name: security/py-passlib state: present - name: Deploy mail servers