added python3 support

This commit is contained in:
nd 2020-04-18 15:23:32 +02:00
parent e50a103a85
commit 921f70ea0e
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -1,6 +1,8 @@
- name: install python requirements - name: install python requirements
apt: apt:
pkg: python-passlib pkg:
- python-passlib
- python3-passlib
- name: generate passwordfile - name: generate passwordfile
with_items: "{{ htpasswdfile }}" with_items: "{{ htpasswdfile }}"