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