ansible-roles/remount-usr
Jérémy Lecour d401778024
remount-usr: back to a simpler implementation
2024-02-07 15:43:23 +01:00
..
handlers Use FQCN 2023-03-20 23:33:19 +01:00
tasks remount-usr: back to a simpler implementation 2024-02-07 15:43:23 +01:00
README.md Add evolix prefix to include_role 2019-11-29 14:00:25 +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: evolix/remount-usr