Ensure hardware facts are gathered for galera hosts.

This is needed for the processor_* ansible facts.

Change-Id: I482904651b0d1c40d637018e71b382eda96efafd
This commit is contained in:
Jonathan Rosser 2021-12-01 18:21:25 +00:00
parent 08f650823c
commit 2ea412bae2

View File

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