Unhappy whitespace.

This commit is contained in:
Ralph Bean 2017-10-25 00:47:33 +00:00
parent 44a2cdd777
commit 2a9c33eee3

View file

@ -122,11 +122,11 @@ data:
relevance_value: koji_build relevance_value: koji_build
# abicheck only runs on a subset of all packages. We borrow the list from # abicheck only runs on a subset of all packages. We borrow the list from
# taskotron's ansible vars. See discussion in https://pagure.io/greenwave/issue/68 # taskotron's ansible vars. See discussion in https://pagure.io/greenwave/issue/68
{% if env == 'staging' %} {% if env == 'staging' %}
blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}] blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
{% else %} {% else %}
blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}] blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
{% endif %} {% endif %}
rules: rules:
- !PassingTestCaseRule {test_case_name: dist.abicheck} - !PassingTestCaseRule {test_case_name: dist.abicheck}
--- !Policy --- !Policy