ansible-roles/remount-usr
Jérémy Lecour ee21973371 Use FQCN
Fully Qualified Collection Name
2023-03-20 23:33:19 +01:00
..
handlers Use FQCN 2023-03-20 23:33:19 +01:00
tasks Use FQCN 2023-03-20 23:33:19 +01:00
README.md Add evolix prefix to include_role 2019-11-29 14:00:25 +01:00

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