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:
|
tasks:
|
||||||
- name: Install passlib
|
- name: Install passlib
|
||||||
package:
|
package:
|
||||||
name: py37-passlib
|
name: py38-passlib
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|
Loading…
Reference in a new issue