mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-14 15:00:17 +00:00
10 lines
161 B
YAML
10 lines
161 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: syntax
|
|
image: debian:11
|
|
commands:
|
|
- .drone/deps
|
|
- ansible-playbook -i hosts site.yml --syntax
|