Ansible mount module (used for registry volume setup) saves
recs into /etc/fstab. The problem is that this temporary /tmp/registry
is saved there too which causes that infra node ends up in an "emergency"
mode on reboot. Use of "absent" unmounts and removes the volume from
/etc/fstab (albeit ansible doc says it just removes /etc/fstab record).
Ansible mount module (used for registry volume setup) saves recs into /etc/fstab. The problem is that this temporary /tmp/registry is saved there too which causes that infra node ends up in an "emergency" mode on reboot. Use of "absent" unmounts and removes the volume from /etc/fstab (albeit ansible doc says it just removes /etc/fstab record).