Namdrib / ansible-desktop

Ansible setup for my desktop(s)
MIT License
0 stars 0 forks source link

Move mounted drives from /media/ to /mnt/ #14

Closed Namdrib closed 2 months ago

Namdrib commented 3 months ago

Previously, most mount points were in /media or /media/shared

However, multiple sources refer to using /mnt instead:

This has been done locally (and manually) on my desktop as a pilot Time to change everything else over.

This can be done slowly over time, as there is a large impact of this change The issue is here so the changes can be tracked more easily if they all refer to this issue number. No branch necessary.

A non-exhaustive list of things to consider:

Some things will probably break as a result of this, so make sure there is ample time to debug when making and testing these changes Also consider making mount points into variables to make something like this easier in the future (hopefully it doesn't need to happen again for the existing hosts, but it may make it easier to implement on new hosts)

Namdrib commented 2 months ago

All changes done. Ran the following playbooks: