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 } -