Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
facts: fix SPARC cpu count on linux (ansible#30261)
On sparc64, /proc/cpuinfo has no usual 'model name', 'Processor', 'vendor_id', 'Vendor', as a result "ansible_processor_vcpus" is always 1. Add check element "ncpus active" to fix the issue.
- Loading branch information