ansible-roles/remount-usr
William Hirigoyen 66b69f1502
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2655|22|2633|15|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/427//ansiblelint">Evolix » ansible-roles » unstable #427</a>
gitea/ansible-roles/pipeline/head This commit looks good
remount-usr: do not try to remount /usr RW if /usr is not a mounted partition
2023-12-11 10:46:04 +01:00
..
handlers Use FQCN 2023-03-20 23:33:19 +01:00
tasks remount-usr: do not try to remount /usr RW if /usr is not a mounted partition 2023-12-11 10:46:04 +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