added python3 support
This commit is contained in:
parent
e50a103a85
commit
921f70ea0e
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
- name: install python requirements
|
||||
apt:
|
||||
pkg: python-passlib
|
||||
pkg:
|
||||
- python-passlib
|
||||
- python3-passlib
|
||||
|
||||
- name: generate passwordfile
|
||||
with_items: "{{ htpasswdfile }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue