This is the expression:
"{{ (((60/100)* ansible_memtotal_mb)*1024)/2048 }}"
Result: 600.6 and I'd like to round that to 601
Result: 1201.1 should be rounded to 1201--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7a9b2161-46d2-4484-b384-3ad52438065f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You are looking for the aptly named "round" filter:some_val|round
Hi,--I've got a template which does a few calculations on memory (to set up hugepages etc), and I need to round the result but I'm not sure how to.This is the expression:
"{{ (((60/100)* ansible_memtotal_mb)*1024)/2048 }}"I usually end up with a decimal, but I need to get rid of the decimal:Result: 600.6 and I'd like to round that to 601
Result: 1201.1 should be rounded to 1201etcAny idea on how to do that?Thanks!/M
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscribe@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/7a9b2161-46d2-4484-b384-3ad52438065f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.