mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-15 08:00:18 +01:00
0aeeb9434e
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.
21 lines
384 B
YAML
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: []
|