From 97dfa6d42978b7464fd6cd03d34d53248493e402 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 12 Oct 2021 11:35:14 +0200 Subject: [PATCH] integration tests: remove superfluous debug task --- tests/integration/targets/setup_mysql/tasks/install.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/targets/setup_mysql/tasks/install.yml b/tests/integration/targets/setup_mysql/tasks/install.yml index e5514a8..57e4b31 100644 --- a/tests/integration/targets/setup_mysql/tasks/install.yml +++ b/tests/integration/targets/setup_mysql/tasks/install.yml @@ -30,10 +30,6 @@ name: "{{ python_packages }}" register: connector -- name: Debug connector var content - debug: - msg: '{{ connector }}' - - name: Extract connector.name.0 content set_fact: connector_name: "{{ connector.name.0 }}"