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
fosslinux f8d2b8679a
All checks were successful
continuous-integration/drone/push Build is passing
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