fix: add missing meta file
This commit is contained in:
parent
43ff461045
commit
a209d3f74c
1 changed files with 21 additions and 0 deletions
21
meta/main.yml
Normal file
21
meta/main.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
role_name: luks
|
||||||
|
author: Adrien Waksberg
|
||||||
|
company: Adrien Waksberg
|
||||||
|
description: Encrypt device with luks
|
||||||
|
license: Apache2
|
||||||
|
|
||||||
|
min_ansible_version: 2.9
|
||||||
|
|
||||||
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- buster
|
||||||
|
- bullseye
|
||||||
|
|
||||||
|
galaxy_tags:
|
||||||
|
- bacula
|
||||||
|
- backup
|
||||||
|
|
||||||
|
dependencies: []
|
Loading…
Reference in a new issue