Optimization for MOTD
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-03-03 20:33:25 -05:00
parent 277b96c064
commit 67423daa30
3 changed files with 9 additions and 13 deletions

View File

@ -19,6 +19,6 @@ IP : {{ motd_host_ip }}
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 }}
Up : {{ uptime_formatted | trim }}