34db57a47f
This fact reflects the number of usable vcpus (which might be different from ansible_processor_vcpus, e.g., in containers with limits). See also #51504. * Add fixture data and update unit tests Co-authored-by: Sam Doran <sdoran@redhat.com>
4 lines
192 B
YAML
4 lines
192 B
YAML
bugfixes:
|
|
- facts - introduce fact "ansible_processor_nproc" which reflects the
|
|
number of vcpus available to processes (falls back to the number of
|
|
vcpus available to the scheduler)
|