From d98afec530ed8cd2ecf6431dadddcaa818ce494c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 11 Dec 2017 17:45:06 +0000 Subject: [PATCH] Skip ansible-lint test against roles In order to decouple changes in this repo from changes needed in other repositories due to the ansible-lint test, this repo will skip all roles when executing the lint test. The roles can be updated in time as patches are submitted to those repositories. Closes-Bug: #1737310 Depends-On: If5746d35ee1b8ce5d6fd1a14a2abca16e29cb899 Change-Id: Icaa997a37d9e31c70e952a80a3f75050965d7ef5 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6606d0b409..e144bcb204 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,7 @@ setenv = ANSIBLE_EXTRA_ROLE_DIRS={toxinidir}/playbooks/roles ANSIBLE_ROLE_REQUIREMENTS_PATH={toxinidir}/ansible-role-requirements.yml TEST_PLAYBOOK={toxinidir}/tests/bootstrap-aio.yml {toxinidir}/playbooks/setup-everything.yml + ANSIBLE_LINT_PARAMS=--exclude={homedir}/.ansible/roles