updates to .drone.yml #7

Merged
chris merged 16 commits from development into main 2023-11-17 15:58:09 -05:00
Showing only changes of commit 8186d8d4ae - Show all commits

View File

@ -35,8 +35,8 @@ steps:
- name: "Syntax check and Ansible Lint" - name: "Syntax check and Ansible Lint"
image: gitea.thezengarden.net/podman/images/ansible-dev:latest image: gitea.thezengarden.net/podman/images/ansible-dev:latest
commands: commands:
- ansible-lint --offline $DRONE_WORKSPACE
- ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml - ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
- ansible-lint --offline $DRONE_WORKSPACE
when: when:
branch: branch:
- development - development