From 63c6b15a3a571d0640d2ca79cf4a43f1b0acd9cf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 26 Jan 2020 15:05:29 +0000 Subject: [PATCH] commit 029ef60a591fe4455d4c4f673143ae13c661e210 Author: Robert Kaussow Date: Sun Jan 26 16:02:30 2020 +0100 fix centos 8 testing --- index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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