From ebf61f397cdcc05f0f46a0f027582412906f1ed8 Mon Sep 17 00:00:00 2001 From: Karl Hepworth Date: Thu, 21 Sep 2017 20:54:06 +1000 Subject: [PATCH] Remove debug tasks Signed-off-by: Karl Hepworth --- tasks/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index c28a91e..fc746eb 100755 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,10 +22,4 @@ when: go_install.0 is defined - name: "Include tasks for setting Go permissions" - include: perm.yml - -- debug: - msg: "{{ expected_go_version_output }}" - -- debug: - msg: "{{ current_go_version.stdout }}" \ No newline at end of file + include: perm.yml \ No newline at end of file