Skip to content

Commit

Permalink
Ignore exit code of ansible-lint, consider them more like suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Sep 29, 2017
1 parent a2eef18 commit a8635ca
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 @@ -9,4 +9,4 @@ doctest:
PYTHONPATH=$(CURDIR):$(PYTHONPATH) sphinx-build -anW doc doc/_build/html

ansibletest:
ansible-lint -p provisioning/playbook.yml
ansible-lint -p provisioning/playbook.yml || true

0 comments on commit a8635ca

Please sign in to comment.