nextcloud: Entferne ungültige Option

Wichtig bei neuere Ansible-Versionen
This commit is contained in:
phil 2022-12-31 13:38:37 +01:00
parent c16dfca4c0
commit 90b18475b5

View file

@ -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