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
(cherry picked from commit d98afec530
)
This commit is contained in:
parent
8dec948a9a
commit
074aaa044e
1
tox.ini
1
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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user