migrate to python3

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

View file

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