Compare commits

..

No commits in common. "9c66f1952bcbe4e2416aa912c4512fa75ae1e14f" and "aadb25069d7f896be72fd15c0e2d507f8e26b7cd" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace: jchristianh
name: baseos
# The version of the collection. Must be compatible with semantic versioning
version: 1.0.33
version: 1.0.32
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View File

@ -16,7 +16,7 @@
Host : {{ inventory_hostname }}
IP : {{ motd_host_ip }}
CPU : {{ ansible_processor_vcpus }} x {{ ansible_processor[2] | regex_replace('\\s+', ' ') }}
CPU : {{ ansible_processor_vcpus }} x {{ ansible_processor[2] }}
Memory : {{ "{0:0.2f}".format(ansible_memfree_mb/1024) }} GB free of {{ (ansible_memtotal_mb/1024)|round}} GB
Platform : {{ ansible_distribution }} {{ ansible_distribution_version }} {{ ansible_kernel }}
Up : {{ uptime_formatted | trim }}