From 4f891b567a56d86566abc395eceea8b30d520c9f Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Tue, 17 May 2016 11:19:35 -0400 Subject: [PATCH] Removing unused verbose variable No references to the variable exist within the role so it does not need to be defined in defaults/main.yml Change-Id: Ie7c71bebb181d12c9bf989d1cbee22e61061accc --- defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 2472d699..e0c0dc68 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -15,7 +15,6 @@ ## Verbosity Options debug: False -verbose: True horizon_git_repo: https://git.openstack.org/openstack/horizon horizon_git_install_branch: master