如何编写 ansible 脚本来查找目录是否已挂载?

How would write ansible script to find if directory is mounted or not?

我需要检查一个目录是否已挂载。我已经查看 doc.ansible 寻求帮助,但他们只有创建或删除。 我正在为目录文件使用 ansible 和 vm 的可视化代码。

模块 setup returns 已安装文件系统的列表 "ansible_mounts"。可以测试一下

ansible remote-host -m setup