From 4d8d9e8bf73d8da953d9055966f0bb0dd818e044 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 20 Jun 2022 21:48:07 +0200 Subject: [PATCH] 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 244134b94bb6bffd063fe567e087adb7f5a75b93) --- playbooks/os-zun-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/os-zun-install.yml b/playbooks/os-zun-install.yml index f4c84824e8..aa53fa6932 100644 --- a/playbooks/os-zun-install.yml +++ b/playbooks/os-zun-install.yml @@ -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