Collect hardware facts for elastic data nodes

This is needed to have the required ansible facts for doing
memory calculations.

Change-Id: I8f260b723bbdca4c26ba62b01fcf8cb589ed31ce
This commit is contained in:
Jonathan Rosser 2023-03-08 12:24:11 +00:00
parent 1afff2760f
commit b9c995415c

View File

@ -15,7 +15,7 @@
- name: Refresh minimal facts
setup:
gather_subset: '!all,!any,network,virtual'
gather_subset: '!all,!any,network,virtual,hardware'
tags:
- always