diff --git a/ansible/site.yml b/ansible/site.yml index 064ba11e3c..9b705a38ca 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -670,6 +670,7 @@ when: enable_zun | bool } - name: Apply role skydive + gather_facts: false hosts: - skydive-agent - skydive-analyzer @@ -678,4 +679,3 @@ - { role: skydive, tags: skydive, when: enable_skydive | bool } -