add variable description
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-01-26 16:10:45 +01:00
parent 029ef60a59
commit 165ae3b58b
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
lvm_packages:
- lvm2
# @var lvm_volumes:description: >
# Define a list of LVM volumes. The `state` parameter is related to the possible state values
# of Ansibles [mount](https://docs.ansible.com/ansible/latest/modules/mount_module.html) module.
# @end
# @var lvm_volumes:example: >
# lvm_volumes:
# - name: lv_data

View File

@ -8,7 +8,7 @@ galaxy_info:
# [![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.
# Configure a list of LVM volumes.
# @end
description: Configure a list of LVM volumes
license: MIT