ansible_role_restic/meta/main.yml
L3D 0aeeb9434e
Change license link in README and change Author
The License link in the README is not reachable. So I added a MIT License to the Repo itself, changed the Link and added the Copyright Persons specified in the README.

I also updated the Author to be myself in the Galaxy meta file.
2021-03-23 16:22:10 +01:00

21 lines
384 B
YAML

---
galaxy_info:
role_name: restic
author: do1jlr
description: Ansible role to deploy restic and setup backups.
license: MIT
min_ansible_version: 2.9
platforms:
- name: Debian
versions: all
- name: EL
versions: all
- name: Fedora
versions: all
- name: Ubuntu
versions: all
galaxy_tags:
- backup
- restic
dependencies: []