Remove deprecated use of tests as filters

Change-Id: I0ae72646276634e4e46cabaff2317e874c981aec
This commit is contained in:
Jonathan Rosser 2019-05-04 14:31:15 -06:00
parent f769d0d18e
commit 02d70923f6

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