Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible-roles/htpasswdfile
This commit is contained in:
commit
c42dfb86e6
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
- name: install python requirements
|
||||
apt:
|
||||
pkg: python3-passlib
|
||||
pkg:
|
||||
- python-passlib
|
||||
- python3-passlib
|
||||
|
||||
- name: generate passwordfile
|
||||
with_items: "{{ htpasswdfile }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue