Fix facts gathering for zun
We have wrong/non-existing group defined for facts gathering in zun playbook. Closes-Bug: #1979208 Change-Id: Ic7f6f2446ea5f1264c44493ca1b329fe07eb9e30
This commit is contained in:
parent
8e50bfc565
commit
244134b94b
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- name: Gather zun facts
|
||||
hosts: zun
|
||||
hosts: zun_all
|
||||
gather_facts: "{{ osa_gather_facts | default(True) }}"
|
||||
tasks:
|
||||
- name: Gather additional facts
|
||||
|
Loading…
x
Reference in New Issue
Block a user