mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2025-01-09 17:00:18 +01:00
Cleanup requirements
This commit is contained in:
parent
0df1ac4c54
commit
04fec575ab
2 changed files with 1 additions and 3 deletions
2
.github/workflows/ansible-linting-check.yml
vendored
2
.github/workflows/ansible-linting-check.yml
vendored
|
@ -19,5 +19,3 @@ jobs:
|
||||||
uses: ansible-actions/ansible-lint-action@v1.0.3
|
uses: ansible-actions/ansible-lint-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
target: "./"
|
target: "./"
|
||||||
collections_yml: 'requirements.yml'
|
|
||||||
python_dependency: 'jmespath'
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
author: do1jlr
|
author: do1jlr
|
||||||
description: Ansible role to deploy restic and setup backups.
|
description: Ansible role to deploy restic and setup backups.
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 2.10.6
|
min_ansible_version: 2.13.0
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
|
|
Loading…
Reference in a new issue