From a5a8bab07b770d4c952dc6799b97b5858c6d71e9 Mon Sep 17 00:00:00 2001 From: "Philip (a-0)" <@ph:a-0.me> Date: Thu, 12 Jan 2023 18:48:13 +0100 Subject: [PATCH] removed debug output --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index ae0cccf..06bf85c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -56,7 +56,6 @@ - name: Download desired forgejo version to temporary directory get_url: - debug: release_contents url: "{{ release_contents | json_query(query) }}" dest: "/tmp/forgejo-{{ forgejo_version }}" vars: