RF> Currently I'm doing the following but it doesn't work:
RF>
RF> - name: check if mounted
RF>   command: mount | grep <file_system>
RF>   register: result
RF>
RF> - debug: var={{ result.stdout }}
RF>
RF> I get the error:
RF> failed... 'Consider using mount module rather than running mount'...
RF> stderr:
RF> Usage:
RF>    mount [-lhV]
RF>    ...

If you can't get this with the ansible_mounts variable for whatever
reason, then what you're doing here should work, except that in order to
do the pipe, you need to use the 'shell' rather than the 'command' module.

                                      -Josh ([email protected])

(apologies for the automatic corporate disclaimer that follows)




This email is intended for the person(s) to whom it is addressed and may 
contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, 
distribution, copying, or disclosure by any person other than the addressee(s) 
is strictly prohibited. If you have received this email in error, please notify 
the sender immediately by return email and delete the message and any 
attachments from your system.

-- 
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/22338.57190.409019.366213%40gargle.gargle.HOWL.
For more options, visit https://groups.google.com/d/optout.

Reply via email to