]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
ansible-lint includes yamllint, don't run it twice
authorAlexander Barton <alex@barton.de>
Thu, 6 Jul 2023 15:29:59 +0000 (17:29 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 6 Jul 2023 15:29:59 +0000 (17:29 +0200)
Makefile.boilerplate

index bac3491fc5eee553d9b037429ada7bc195a6e9eb..d4697050295e0f0ea72d9a9ba08f86a4805792b2 100644 (file)
@@ -13,8 +13,6 @@ this_dir:=$(shell cd $(dir $(this_makefile_path));pwd)
 check-ansible: $(VENV_BIN)/ansible-lint
 #      Check Ansible executable ...
        "$(VENV_BIN)"/ansible --version
-#      Check YAML files ...
-       "$(VENV_BIN)"/yamllint .
 #      Run ansible-playbook syntax check, when a "site play" is found ...
 ifneq ("$(wildcard playbooks/site.yml)","")
        "$(VENV_BIN)"/ansible-playbook --syntax-check playbooks/site.yml