ansible-roles/remount-usr
Jérémy Lecour 2849039fad
continuous-integration/drone/push Build was killed Details
remount-usr: use findmnt to find if usr is a readonly partition
2022-01-27 11:21:19 +01:00
..
handlers remount-usr: quote commands 2017-11-15 12:21:30 +01:00
tasks remount-usr: use findmnt to find if usr is a readonly partition 2022-01-27 11:21:19 +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