saibotk
a47fde9c9c
This patch renames all roles with a `-` to `_`, to comply with the ansible-lint rule 106. As collection roles are now also limited to these symbols and this will make it easier to move them later.
15 lines
259 B
YAML
15 lines
259 B
YAML
galaxy_info:
|
|
author: saibotk
|
|
description: Deploys a self backup solution using lvm and duplicity.
|
|
license: GPL-3.0-only
|
|
min_ansible_version: 2.9
|
|
|
|
platforms:
|
|
- name: CentOS
|
|
versions:
|
|
- 7
|
|
|
|
galaxy_tags: []
|
|
|
|
dependencies:
|
|
- docker
|