On 17. okt. 2016 11:52, Yosef Yudilevich wrote:
hi
i know that the way i put it here it wont work
but what is the proper way to do it? put {{ COUNT }} variable inside
bucket_ram_quota: "{{ ( 800 / {{ COUNT }} ) | int }}"

You already have curly brackets, so remove the ones inside.

  bucket_ram_quota: "{{ ( 800 / COUNT ) | int }}"

--
Kai Stian Olstad

--
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8f08232a-d672-2add-6c92-9d961bcbb51b%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to