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 (
j...@care.com)
(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.