diff --git a/index.md b/index.md index c4d7bc8..3aa6426 100644 --- a/index.md +++ b/index.md @@ -3,7 +3,9 @@ title: lvm type: docs --- -Configure a list of LVM volumes +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.lvm) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.lvm?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.lvm) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE) + +Mount a list of Samba shares. * [Default Variables](#default-variables) * [lvm_packages](#lvm-packages) @@ -46,7 +48,7 @@ lvm_volumes: mountopts: - ro - noauto - state: present + state: mounted ``` ## Dependencies