Fix bare variable in test

Change-Id: I4e1ee7f600f92ecd3d861ba485685b5edcc4c40a
This commit is contained in:
Jesse Pretorius 2016-11-10 09:57:24 +00:00
parent 49fcd1988e
commit 98b17f14d1
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
- name: Ensure that upper constraints from the OpenStack requirements repo are complete
assert:
that: item in requirements_constraints_content
with_items: upper_constraints_list
with_items: "{{ upper_constraints_list }}"
when:
- repo_build_use_upper_constraints | bool
- item | regex_replace('(\[|>=|<=|>|<|==|~=|!=).*$','') not in upper_constraints_override_list