update meta and ci

This commit is contained in:
Jake Walker 2025-08-12 18:01:33 +01:00
parent 535396963a
commit b69c807b82
No known key found for this signature in database
3 changed files with 12 additions and 16 deletions

View file

@ -1,14 +0,0 @@
name: ansible-lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: ansible-lint
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
- run: pip install ansible ansible-lint
- run: ansible-lint --version
- run: ansible-lint .

10
.woodpecker/push.yaml Normal file
View file

@ -0,0 +1,10 @@
when:
- event: push
steps:
- name: lint
image: docker.io/libary/python:3-alpine
commands:
- pip install ansible ansible-lint
- ansible-lint --version
- ansible-lint .

View file

@ -1,7 +1,7 @@
galaxy_info: galaxy_info:
role_name: restic role_name: restic
author: angristan author: jakew
description: Ansible role for Restic description: Ansible role for Restic - forked from angristan/restic
license: MIT license: MIT
min_ansible_version: "2.4" min_ansible_version: "2.4"