From c38ab37766d3b33f19d2ae307b2366778ebcec59 Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Tue, 16 Jan 2018 10:25:30 +0800
Subject: [PATCH] Remove the unnecessary gather facts

By default, the ansible task will gather facts, it can be configured by
set "father_facts: true", it's unncessary to run setup in tasks, it will
waste much time when hosts is large.

Change-Id: I9462a538c76b6271a34531d8752b72cc695f693e
Closes-Bug: #1743485
---
 tests/run.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/run.yml b/tests/run.yml
index 889785c16a..d1828402c1 100644
--- a/tests/run.yml
+++ b/tests/run.yml
@@ -7,8 +7,6 @@
     kolla_ansible_full_src_dir: "{{ zuul.executor.work_root }}/{{ kolla_ansible_src_dir }}"
     need_build_image: false
   tasks:
-    - setup:
-
     - name: ensure /etc/kolla exists
       file:
         path: "/etc/kolla"