From 3b38499d221d853953b039273f46fc5e718e90f6 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 2 Oct 2015 11:33:10 +0200 Subject: [PATCH] dnet-openaire/group_vars/dli_dev/dli.yml: Setup the directories needed by the python service --- apache/tasks/apache-basic-auth.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apache/tasks/apache-basic-auth.yml b/apache/tasks/apache-basic-auth.yml index fbabdad..30f1176 100644 --- a/apache/tasks/apache-basic-auth.yml +++ b/apache/tasks/apache-basic-auth.yml @@ -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