Skip to content
Snippets Groups Projects
Unverified Commit 4f27bc2b authored by Max Gautier's avatar Max Gautier
Browse files

pre-commit: drop redundant ansible-syntax-check

ansible-lint hook already check syntax on the playbooks.
parent 07e551ab
Branches
Tags
No related merge requests found
...@@ -52,14 +52,6 @@ repos: ...@@ -52,14 +52,6 @@ repos:
- repo: local - repo: local
hooks: hooks:
- id: ansible-syntax-check
name: ansible-syntax-check
entry: env ANSIBLE_INVENTORY=inventory/local-tests.cfg ANSIBLE_REMOTE_USER=root ANSIBLE_BECOME="true" ANSIBLE_BECOME_USER=root ANSIBLE_VERBOSITY="3" ansible-playbook --syntax-check
language: python
files: "^cluster.yml|^upgrade-cluster.yml|^reset.yml|^extra_playbooks/upgrade-only-k8s.yml"
additional_dependencies:
- ansible==9.5.1
- id: tox-inventory-builder - id: tox-inventory-builder
name: tox-inventory-builder name: tox-inventory-builder
entry: bash -c "cd contrib/inventory_builder && tox" entry: bash -c "cd contrib/inventory_builder && tox"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment