Re: [ansible-devel] File system status

2023-06-06 Thread Andrew Latham
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

[ansible-devel] File system status

2023-06-05 Thread Ebrahim Kutty
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