From 8497ac19b8684f7c71cd80616b42530be4476a7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 16 Jan 2018 10:34:13 +0100
Subject: [PATCH] correct owner of httpd passwd file

Former-commit-id: bad95fdb8e6e0bcd828eaaf4b25defe9de749a55
---
 ansible/deploy.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index a6dda77c..7884118e 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -101,7 +101,7 @@
         path: /etc/ippidb-80/passwdfile
         name: ippidb
         password: 'LeroyMerlin' #FIXME FIXME should be secret
-        owner: root
+        owner: {{ deploy_user_name }}
         mode: 0640
     - name: add httpd conf to use HTTP authentication
       lineinfile: dest=/etc/ippidb-80/httpd.conf 
-- 
GitLab