Fix facts gathering for zun

We have wrong/non-existing group defined for facts gathering in zun
playbook.

Closes-Bug: #1979208
Change-Id: Ic7f6f2446ea5f1264c44493ca1b329fe07eb9e30
(cherry picked from commit 244134b94b)
This commit is contained in:
Dmitriy Rabotyagov 2022-06-20 21:48:07 +02:00 committed by Dmitriy Rabotyagov
parent 5569fe4ecf
commit 4d8d9e8bf7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Gather zun facts
hosts: zun
hosts: zun_all
gather_facts: "{{ osa_gather_facts | default(True) }}"
tags:
- always