From 191b2ab6b6899d19fc100c0445666f04cd4bee26 Mon Sep 17 00:00:00 2001 From: Ryan Moore Date: Thu, 11 Feb 2016 14:56:33 +0000 Subject: [PATCH] Style - Not in YAML dictionary format Depends-On: I2271fe8468840884f19f41abba37e696c6296350 Change-Id: I5829e60e85c8c5671edfcd28f5be0c0912dd30a0 --- tasks/neutron_db_setup.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/neutron_db_setup.yml b/tasks/neutron_db_setup.yml index fdaefea9..4a42683d 100644 --- a/tasks/neutron_db_setup.yml +++ b/tasks/neutron_db_setup.yml @@ -50,7 +50,8 @@ - neutron-upgrade - name: Print neutron migrations facts - debug: var=neutron_migrations + debug: + var: neutron_migrations when: neutron_plugin_type == 'ml2' tags: - neutron-db-setup