update meta and ci
This commit is contained in:
parent
535396963a
commit
b69c807b82
3 changed files with 12 additions and 16 deletions
14
.github/workflows/push.yml
vendored
14
.github/workflows/push.yml
vendored
|
@ -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
10
.woodpecker/push.yaml
Normal 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 .
|
|
@ -1,7 +1,7 @@
|
|||
galaxy_info:
|
||||
role_name: restic
|
||||
author: angristan
|
||||
description: Ansible role for Restic
|
||||
author: jakew
|
||||
description: Ansible role for Restic - forked from angristan/restic
|
||||
license: MIT
|
||||
min_ansible_version: "2.4"
|
||||
|
||||
|
|
Loading…
Reference in a new issue