ansible/changelogs/fragments/linux_hw_facts_fix.yml
Brian Coca ba2b1a6bf6
fact gathering, ensure we get some linux hardware info even if some fails/times out (#74714)
* Add resiliency to linux hw fact gathering

 Now traps unexpected exceptions on mounts and continues
 gathiering other info.
 Also gives more info on why mount info gathering failed.
 more info if debugging
2021-06-01 14:52:22 -04:00

2 lines
115 B
YAML

bugfixes:
- setup, while gathering linux hardware facts be more resilient to errors and try to return more info.