nextcloud: Entferne ungültige Option
Wichtig bei neuere Ansible-Versionen
This commit is contained in:
parent
c16dfca4c0
commit
90b18475b5
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@
|
||||||
- name: "common | Ermittle letzte Version"
|
- name: "common | Ermittle letzte Version"
|
||||||
shell:
|
shell:
|
||||||
cmd: curl -sL "{{ nextcloud_github_api_url }}" | jq -r ".tag_name" | cut -d 'v' -f2
|
cmd: curl -sL "{{ nextcloud_github_api_url }}" | jq -r ".tag_name" | cut -d 'v' -f2
|
||||||
warn: false
|
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: latest_version
|
register: latest_version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue