From fca39c80dbc21b185cb2749bd8b47602ea70af4d Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Tue, 30 Apr 2019 10:05:34 +0200
Subject: [PATCH] Speed up bootstrapping by not gathering facts twice

---
 ansible/bootstrap.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml
index f9f1cf25f..85f6c2225 100644
--- a/ansible/bootstrap.yml
+++ b/ansible/bootstrap.yml
@@ -1,6 +1,7 @@
 ---
 
 - hosts: all
+  gather_facts: False
   pre_tasks:
     - name: Require minimal ansible version
       assert:
-- 
GitLab