diff --git a/tasks/cinder_db_setup.yml b/tasks/cinder_db_setup.yml index 2e4eedf2..30e68cfc 100644 --- a/tasks/cinder_db_setup.yml +++ b/tasks/cinder_db_setup.yml @@ -62,5 +62,5 @@ option: need_online_data_migrations value: False when: - - not data_migrations | skipped + - not data_migrations is skipped - data_migrations is succeeded