ansible-roles/remount-usr
Jérémy Lecour b9b0183ec5 remount-usr: mount doesn't report a change
It is arguable that this is a real change or not,
but in practice we have playbooks that report changes only for this and
it's very fun to scroll back each time to see if it's remount-usr or
a "real" change.
2018-08-06 15:01:52 +02:00
..
handlers remount-usr: quote commands 2017-11-15 12:21:30 +01:00
tasks remount-usr: mount doesn't report a change 2018-08-06 15:01:52 +02:00
README.md remount-usr: Add README 2017-11-27 14:21:36 +01:00

README.md

remount-usr

This is a role for mount /usr partition in rw and remount it with a handler. Usefull when you use ro option in your /etc/fstab for /usr partition.

Usage

Include this role in task before write on /usr partition (eg. copy a file) :

- include_role:
    name: remount-usr