diff --git a/tasks/hostname.yml b/tasks/hostname.yml index 8918eab..9b73419 100644 --- a/tasks/hostname.yml +++ b/tasks/hostname.yml @@ -16,13 +16,15 @@ Architecture : {{ ansible_architecture }} Total Memory : {{ ansible_memtotal_mb }} MB - Processor(s): - {% for cpu in ansible_processor %} + Processor Model: + {% for cpu in ansible_processor | unique %} {% if cpu is string %} - {{ cpu }} {% endif %} {% endfor %} + Core Count: {{ ansible_processor_cores }} + # ---------------------------------------------------------------------- # 2. NETWORK INFORMATION # ----------------------------------------------------------------------