remount-usr: Add README

This commit is contained in:
Victor LABORIE 2017-11-27 14:21:36 +01:00
parent 4c0fe3577f
commit 98029388d9
1 changed files with 13 additions and 0 deletions

13
remount-usr/README.md Normal file
View File

@ -0,0 +1,13 @@
# 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: remount-usr
~~~