Ebrahim
For non-develoment topics you should use
https://groups.google.com/g/ansible-project group/mailinglist
On Mon, Jun 5, 2023 at 10:54 PM Ebrahim Kutty
wrote:
> Hi,
>
> I want to configure to check the file system free space available
> everyday and send mail if it is more than 80% . I tri
Hi,
I want to configure to check the file system free space available everyday
and send mail if it is more than 80% . I tried with the below YAML code,
but didn't work.
---
- name: Check Filesystem Usage
hosts: 10.190.0.36
gather_facts: true
tasks:
- name: Get Fil