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.
This commit is contained in:
Crest 2024-10-02 14:36:37 +02:00
parent c1c2e0c2c0
commit e882a4760b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
tasks: tasks:
- name: Install passlib - name: Install passlib
ansible.builtin.package: ansible.builtin.package:
name: py39-passlib name: security/py-passlib
state: present state: present
- name: Deploy mail servers - name: Deploy mail servers