This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/.drone.yml
deepend bc4f5519cc
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2023-07-31 20:30:01 +00:00

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