Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible-roles/htpasswdfile

This commit is contained in:
nd 2020-04-30 15:23:43 +02:00
commit c42dfb86e6
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: python3-passlib pkg:
- python-passlib
- python3-passlib
- name: generate passwordfile - name: generate passwordfile
with_items: "{{ htpasswdfile }}" with_items: "{{ htpasswdfile }}"