Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 47f3a272 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

refactor: ansible-lint runs ansible syntax-check on all playbooks

parent 56140e0d
No related branches found
No related tags found
No related merge requests found
Pipeline #37479 failed
......@@ -29,10 +29,6 @@ ansible-lint:
variables:
working_directory: "test/ansible"
ansible-syntax-check:
variables:
working_directory: "test/ansible"
molecule:
variables:
working_directory: "test/ansible-role-testmolecule"
......
......@@ -14,10 +14,3 @@ ansible-lint:
- "${CI_PROJECT_DIR}/codeclimate-results.json"
paths:
- "${CI_PROJECT_DIR}/codeclimate-results.json"
ansible-syntax-check:
extends: .base_ansible
image: cytopia/ansible
stage: lint
script: |
ansible-playbook --syntax-check *.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment