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 37f0c5e4 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '87-ansible-remove-syntax-check' into 'master'

Resolve "(ansible) remove syntax check"

Closes #87

See merge request lydra/gitlab-ci-templates!61
parents 56140e0d 47f3a272
No related branches found
No related tags found
No related merge requests found
Pipeline #46427 failed
...@@ -29,10 +29,6 @@ ansible-lint: ...@@ -29,10 +29,6 @@ ansible-lint:
variables: variables:
working_directory: "test/ansible" working_directory: "test/ansible"
ansible-syntax-check:
variables:
working_directory: "test/ansible"
molecule: molecule:
variables: variables:
working_directory: "test/ansible-role-testmolecule" working_directory: "test/ansible-role-testmolecule"
......
...@@ -14,10 +14,3 @@ ansible-lint: ...@@ -14,10 +14,3 @@ ansible-lint:
- "${CI_PROJECT_DIR}/codeclimate-results.json" - "${CI_PROJECT_DIR}/codeclimate-results.json"
paths: paths:
- "${CI_PROJECT_DIR}/codeclimate-results.json" - "${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