mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 21:02:48 +00:00
* replace math round with ceiling to report the actually installed RAM for ansible_memtotal_mb * add new variable ansible_memtotal to display TotalPhysicalMemory in bytes add new variable ansible_swap_min to display initial pagefile size add new variable ansible_swap_max to display maximum pagefile size removed the variable ansible_swaptotal_mb * output ansible_swap_min & ansible_swap_max value in bytes * re-add the ansible_swaptotal_mb fact and fix the conversion of the TotalSwapSpaceSize value from kilobytes to MB * indentation fix, replace tab with spaces