Ensure hardware facts are gathered for galera hosts.

This is needed for the processor_* ansible facts.

Change-Id: I482904651b0d1c40d637018e71b382eda96efafd
(cherry picked from commit 2ea412bae2)
This commit is contained in:
Jonathan Rosser 2021-12-01 18:21:25 +00:00
parent c621b41bc7
commit 994c193df0
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
gather_facts: false
serial: 1
user: root
pre_tasks:
- name: Gather additional facts
include_tasks: "common-tasks/gather-hardware-facts.yml"
tags:
- always
tasks:
- include_tasks: "common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
when: not is_metal