something like this should work:

- hosts: groupof10
  tasks:
     - mail: subject='less than 20% root' ....
       when:  (root.size_available / root.size_total) <= 0.20
       vars:
          root: "{{ansible_mounts|selectattr('mount', 'equalto', '/')|first}}"



-- 
----------
Brian Coca

-- 
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/CACVha7cQ%2BtHa-FEWcK3CPVet%3DiE-NRK3VkFP3_WyFj2i7MKHJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to