Merge "Remove deprecated use of tests as filters"

This commit is contained in:
Zuul 2019-05-20 15:29:54 +00:00 committed by Gerrit Code Review
commit 0b788ec455
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
- name: "need_online_data_migrations"
state: "True"
when:
- (install_packages | changed) or
- (install_packages is changed) or
(ansible_local is not defined) or
('openstack_ansible' not in ansible_local) or
('nova' not in ansible_local['openstack_ansible']) or