Ensure hardware facts are gathered for galera hosts.
This is needed for the processor_* ansible facts. Change-Id: I482904651b0d1c40d637018e71b382eda96efafd
This commit is contained in:
parent
08f650823c
commit
2ea412bae2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user