add variable description
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
029ef60a59
commit
165ae3b58b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user