forked from ccchb/ansible
Install passlib for Python 3.8 on the ansible controller
This commit is contained in:
parent
97d13caa6a
commit
90364fed14
1 changed files with 1 additions and 1 deletions
2
mail.yml
2
mail.yml
|
@ -7,7 +7,7 @@
|
|||
tasks:
|
||||
- name: Install passlib
|
||||
package:
|
||||
name: py37-passlib
|
||||
name: py38-passlib
|
||||
state: present
|
||||
|
||||
- hosts:
|
||||
|
|
Loading…
Reference in a new issue