Fixing job linting

A recent fix to wrap YAML long line resulted in an extra \n being
appended to ANSIBLE_ROLES_PATH, resulting in test failure.

Using YAML line folding instead of block folding should solve this.
This change is not self-testing so it may require force-merging.

Change-Id: If59cd536e3111b7c8f75879b0c24de039492cebe
This commit is contained in:
Thierry Carrez 2019-03-06 12:50:29 +01:00
parent 30453b1638
commit ea08333d05
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
vars:
tox_envlist: linters
tox_environment:
ANSIBLE_ROLES_PATH: >
ANSIBLE_ROLES_PATH: >-
~/src/git.openstack.org/openstack-infra/zuul-jobs/roles:~/src/git.openstack.org/kata-containers/zuul-config/roles
- job: