Skip to content

Commit

Permalink
run ansible-lint in offline mode
Browse files Browse the repository at this point in the history
avoids things like ansible/ansible-lint#3560
  • Loading branch information
evgeni committed Jun 14, 2023
1 parent 0056ca4 commit 085f79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ info:

lint: $(MANIFEST) $(RUNTIME_YML) | tests/test_playbooks/vars/server.yml
yamllint -f parsable tests/test_playbooks roles
ansible-lint -v roles/*
ansible-lint -v --offline roles/*
ansible-playbook --syntax-check tests/test_playbooks/*.yml | grep -v '^$$'
flake8 --ignore=E402,W503 --max-line-length=160 plugins/ tests/
GALAXY_IMPORTER_CONFIG=tests/galaxy-importer.cfg python -m galaxy_importer.main $(NAMESPACE)-$(NAME)-$(VERSION).tar.gz
Expand Down

0 comments on commit 085f79e

Please sign in to comment.