forked from ISTI-ansible-roles/ansible-roles
dnet-openaire/group_vars/dli_dev/dli.yml: Setup the directories needed by the python service
This commit is contained in:
parent
9355b3eea8
commit
3b38499d22
|
@ -25,6 +25,7 @@
|
|||
tags:
|
||||
- apache
|
||||
- apache_basic_auth
|
||||
ignore_errors: True
|
||||
|
||||
- name: Create the basic auth file
|
||||
htpasswd: path={{ item.auth_file }} name={{ item.username }} password={{ item.password }} create=yes state={{ item.state }}
|
||||
|
@ -33,4 +34,5 @@
|
|||
tags:
|
||||
- apache
|
||||
- apache_basic_auth
|
||||
ignore_errors: True
|
||||
|
||||
|
|
Loading…
Reference in New Issue