ansible.posix/plugins/modules
Alexander E. Patrakov 4b29389bd0 Partially revert "mount: Check if src exists before mounted (ansible/ansible#61752)"
This reverts part of ansible commit 72023d7462e78635264fd12bfdb23894b4163cba.

The immediate reason is that it breaks mounts where src is not a path.
Examples of such mounts are network-based filesystems such as nfs, cifs,
glusterfs, ceph, virtual filesystems such as tmpfs or overlayfs, and
also UUID-based mounts. It is too hard to come with an exhaustive list,
especially if we take non-Linux systems into account, so don't even try.

Additionally, it did not really fix the issue (ansible/ansible#59183) that
it intended to fix, because the mount could fail but leave a non-working
fstab entry for reasons other than non-existing src path.

Fixes: ansible/ansible#65855
Fixes: ansible/ansible#67588
Fixes: ansible/ansible#67966
2020-03-25 02:03:13 +05:00
..
__init__.py Initial commit 2020-03-09 13:15:28 +00:00
acl.py Initial commit 2020-03-09 13:15:28 +00:00
at.py Initial commit 2020-03-09 13:15:28 +00:00
authorized_key.py Initial commit 2020-03-09 13:15:28 +00:00
mount.py Partially revert "mount: Check if src exists before mounted (ansible/ansible#61752)" 2020-03-25 02:03:13 +05:00
patch.py Bootstrap Collection (#1) 2020-03-13 09:12:26 +00:00
seboolean.py Initial commit 2020-03-09 13:15:28 +00:00
selinux.py Initial commit 2020-03-09 13:15:28 +00:00
synchronize.py Initial commit 2020-03-09 13:15:28 +00:00
sysctl.py Initial commit 2020-03-09 13:15:28 +00:00