ansible/.drone.yml
fosslinux f8d2b8679a Remove run for now
It uses up a lot of resources and requires a lot of different things
unavaliable in Drone CI.
2020-01-02 17:06:23 +11:00

10 lines
161 B
YAML

kind: pipeline
name: default
steps:
- name: syntax
image: debian:10
commands:
- .drone/deps
- ansible-playbook -i hosts site.yml --syntax