Merge "Don't collect virtual facts"

This commit is contained in:
Zuul
2021-06-03 14:51:42 +00:00
committed by Gerrit Code Review

View File

@@ -41,14 +41,7 @@
- name: Gather host facts
hosts: "{{ openstack_host_group|default('hosts') }}"
tasks:
- setup:
gather_subset:
- '!all'
- min
- virtual
when:
- osa_gather_facts | default(True)
gather_facts: "{{ osa_gather_facts | default(True) }}"
tags:
- always