From 90b18475b5628eb91572def33fc4d80f111e8f78 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 31 Dec 2022 13:38:37 +0100 Subject: [PATCH] =?UTF-8?q?nextcloud:=20Entferne=20ung=C3=BCltige=20Option?= =?UTF-8?q?=20Wichtig=20bei=20neuere=20Ansible-Versionen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/common.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/common.yml b/tasks/common.yml index 6860c2c..5c6ed81 100644 --- a/tasks/common.yml +++ b/tasks/common.yml @@ -46,7 +46,6 @@ - name: "common | Ermittle letzte Version" shell: cmd: curl -sL "{{ nextcloud_github_api_url }}" | jq -r ".tag_name" | cut -d 'v' -f2 - warn: false changed_when: false register: latest_version