remove syntax check as ansible-lint already does this; see: https://ansible.readthedocs.io/projects/lint/rules/syntax-check/
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -35,7 +35,6 @@ steps:
|
||||
- name: "Syntax check and Ansible Lint"
|
||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||
commands:
|
||||
- ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
|
||||
- ansible-lint --offline $DRONE_WORKSPACE
|
||||
when:
|
||||
branch:
|
||||
|
Reference in New Issue
Block a user