Install passlib for Python 3.8 on the ansible controller

This commit is contained in:
Crest 2021-07-27 12:07:46 +02:00
parent 97d13caa6a
commit 90364fed14
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
tasks:
- name: Install passlib
package:
name: py37-passlib
name: py38-passlib
state: present
- hosts: