From 619ac0a092d9c6404569d6de53602dfe39112527 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Wed, 13 Sep 2017 11:14:02 +0200
Subject: [PATCH] correction to last edit of ansible script

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

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index 9378d420..ee2ef122 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -80,7 +80,7 @@
     - name: add line in generated WSGI handler script to set DJANGO_SETTINGS_MODULE
       blockinfile:
         path: /etc/ippidb-80/handler.wsgi
-        insert before: BOF
+        insertbefore: BOF
         content: |
           # added by ansible deployment script to use the right django settings file
           import os
-- 
GitLab