From 1c9b0fd9d68a23596fecfb72816f8ddaeb56d5e1 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Wed, 10 Oct 2018 12:38:54 -0400 Subject: [PATCH] Gather facts for the undercloud to make platform data available Required to pick up ansible_distribution for RHEL platforms. Change-Id: I035e798dd521d63951ba4424bd69feed4b75cff8 --- playbooks/baremetal-full-undercloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/baremetal-full-undercloud.yml b/playbooks/baremetal-full-undercloud.yml index ae5ef4d10..9eeee319d 100644 --- a/playbooks/baremetal-full-undercloud.yml +++ b/playbooks/baremetal-full-undercloud.yml @@ -1,7 +1,7 @@ --- - name: Deploy the undercloud hosts: undercloud - gather_facts: no + gather_facts: yes roles: - undercloud-deploy tags: