Re: [ansible-project] print free space for mount

2019-05-08 Thread Kai Stian Olstad
On 02.05.2019 05:28, Nicholas Britton wrote: > TASK [debug] > > skipping: [server] => (item={u'block_used': 3056865, u'uuid': >

[ansible-project] print free space for mount

2019-05-01 Thread Nicholas Britton
I am trying to print the free space for a mount that an application needs to have x free on. Once i can do that i would look at adding actions based on that, but i would also like to the user running the play to know if there is an issue or not. Here is what i have so far, and i cant see