From cab3f80fc42200e9bbd64c629a7fbbfae8390121 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Tue, 3 Oct 2017 16:02:21 +0200 Subject: [PATCH] improved documentation --- README.md | 4 ++-- meta/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e21adc8..d63ec88 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ ## Overview -Manage to mount local and remote devices. +This role manages static mounts of local and remote devices. ## Role Variables -* **mounts_list** : Directory that must contains all informations about devices to mount. +* **mounts_list** : dictionary that must contain the following information about devices to mount : * **mounts_list.name** : The path to the mountpoint. * **mounts_list.src** : Path to the local or remove device. * **mounts_list.fstype** : Device filesystem type. diff --git a/meta/main.yml b/meta/main.yml index ae923ce..25390dd 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ galaxy_info: author: "Jérémy Gardais" - description: "Manage local and remote mounts" + description: "Manage local and remote static mounts" license: WTFPL company: IPR issue_tracker_url: https://git.ipr.univ-rennes1.fr/cellinfo/ansible.mounts/issues