ansible-roles/remount-usr/README.md

14 lines
304 B
Markdown
Raw Permalink Normal View History

2017-11-27 14:21:36 +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:
2019-11-29 14:00:25 +01:00
name: evolix/remount-usr
2017-11-27 14:21:36 +01:00
~~~