From 98029388d95da7a82e43bd2bdaa751450c5827fe Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Mon, 27 Nov 2017 14:21:36 +0100 Subject: [PATCH] remount-usr: Add README --- remount-usr/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 remount-usr/README.md diff --git a/remount-usr/README.md b/remount-usr/README.md new file mode 100644 index 00000000..8457200c --- /dev/null +++ b/remount-usr/README.md @@ -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 +~~~