Add .woodpecker.yml
ci/woodpecker/manual/woodpecker Pipeline failed
Details
ci/woodpecker/manual/woodpecker Pipeline failed
Details
This commit is contained in:
parent
70f2ed5162
commit
c7ba43314c
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
branch: master
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- apk add ansible ansible-lint
|
||||
- ansible-lint
|
||||
- ls -al
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
collections:
|
||||
- name: community.crypto
|
||||
version: ">=2.0.0"
|
||||
|
|
@ -7,6 +7,7 @@ An Ansible Role to manage SSH configuration on Linux systems.
|
|||
|
||||
- Ansible 2.12.0 or later
|
||||
- This role requires elevated privileges. Make sure to set `become: true` when using this role.
|
||||
- `community.crypto` collection
|
||||
|
||||
## Role Variables
|
||||
|
||||
|
|
Loading…
Reference in New Issue