From 5272eab40c18e96ff42c5f421d81c6ed8bdffcc1 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 19 Feb 2014 16:03:38 -0500 Subject: [PATCH] Remove debug task from pip --- tests_new/integration/roles/test_pip/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests_new/integration/roles/test_pip/tasks/main.yml b/tests_new/integration/roles/test_pip/tasks/main.yml index 117031739c..027760346c 100644 --- a/tests_new/integration/roles/test_pip/tasks/main.yml +++ b/tests_new/integration/roles/test_pip/tasks/main.yml @@ -32,7 +32,6 @@ pip: name={{ pip_test_package }} state=absent register: uninstall_result -- debug: var=installed_result - name: removing an unremoved package should return unchanged assert: that: