From 335a19f7500d499097d8a5b9866e2fc4cc0cc960 Mon Sep 17 00:00:00 2001 From: Bertrand Lallau Date: Thu, 15 Jun 2017 17:47:07 +0200 Subject: [PATCH] Skydive: fix facts retrieved two times Facts are retrieved a second time if skydive is enabled. This patch fix it. Change-Id: I4fc15daf59b093e4b29ff9f1fc703c8b2a65b238 --- ansible/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/site.yml b/ansible/site.yml index acbc212714..58f8c8e832 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -660,6 +660,7 @@ when: enable_zun | bool } - name: Apply role skydive + gather_facts: false hosts: - skydive-agent - skydive-analyzer @@ -668,4 +669,3 @@ - { role: skydive, tags: skydive, when: enable_skydive | bool } -