From a58880efdef0b6b1015ea695574e5083f0df9e4d Mon Sep 17 00:00:00 2001 From: Akshita Jha Date: Thu, 1 Dec 2016 15:14:27 +0530 Subject: [PATCH] Remove debug statements Change-Id: I561cd2372fc2acc92dd8884c626565baab6e6052 Signed-off-by: Akshita Jha Signed-off-by: Daniel Farrell --- tasks/install_odl.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/install_odl.yml b/tasks/install_odl.yml index 22efaa9..0a524a8 100644 --- a/tasks/install_odl.yml +++ b/tasks/install_odl.yml @@ -1,7 +1,4 @@ --- -- name: Debugging - debug: msg="{{ ansible_distribution }} {{ ansible_os_family }} {{ ansible_distribution_version }} {{ ansible_distribution_release }} {{ ansible_distribution_major_version }} {{ ansible_lsb.major_release }}" - - set_fact: os="{{ ansible_distribution }}_{{ ansible_distribution_major_version }}.0" when: -- 2.36.6