dnet-openaire/group_vars/dli_dev/dli.yml: Setup the directories needed by the python service

This commit is contained in:
Andrea Dell'Amico 2015-10-02 11:33:10 +02:00
parent 9355b3eea8
commit 3b38499d22
1 changed files with 2 additions and 0 deletions

View File

@ -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