Skip to content
Snippets Groups Projects
Commit 335a19f7 authored by Bertrand Lallau's avatar Bertrand Lallau
Browse files

Skydive: fix facts retrieved two times

Facts are retrieved a second time if skydive is enabled.
This patch fix it.

Change-Id: I4fc15daf59b093e4b29ff9f1fc703c8b2a65b238
parent d8fe3ea7
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment