ansible-roles/remount-usr
Patrick Marchand 90ba88e157
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Forgot to remove one of the warn: no occurences
2023-01-05 15:06:30 -05:00
..
handlers Remove warning ignores as they are depreciated 2022-12-22 11:32:32 -05:00
tasks Forgot to remove one of the warn: no occurences 2023-01-05 15:06:30 -05: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