Add .woodpecker.yml
ci/woodpecker/manual/woodpecker Pipeline failed Details

This commit is contained in:
Santiago Lo Coco 2024-04-14 19:08:42 +02:00
parent 70f2ed5162
commit c7ba43314c
3 changed files with 16 additions and 0 deletions

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
when:
branch: master
steps:
build:
image: alpine/git
commands:
- apk add ansible ansible-lint
- ansible-lint
- ls -al

View File

@ -0,0 +1,5 @@
---
collections:
- name: community.crypto
version: ">=2.0.0"

View File

@ -7,6 +7,7 @@ An Ansible Role to manage SSH configuration on Linux systems.
- Ansible 2.12.0 or later - Ansible 2.12.0 or later
- This role requires elevated privileges. Make sure to set `become: true` when using this role. - This role requires elevated privileges. Make sure to set `become: true` when using this role.
- `community.crypto` collection
## Role Variables ## Role Variables