From 223a9ac9beaa29e82a3510a72f83089cd376167e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 12 Sep 2017 13:40:14 +0200
Subject: [PATCH] gather facts in deploy.yaml to allow ansible_hostname in
 deployment

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

diff --git a/ansible/deploy.yaml b/ansible/deploy.yaml
index 910b7aa2..a333c9d6 100644
--- a/ansible/deploy.yaml
+++ b/ansible/deploy.yaml
@@ -1,7 +1,7 @@
 ---
 - hosts: all
   become: yes
-  gather_facts: no
+  gather_facts: yes
   tasks:
     #
     # Install basic non-virtualenv requirements
-- 
GitLab