Rename variable
This commit is contained in:
parent
327b9a12f1
commit
5738e9bcf0
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
cmd: curl -sL "{{ nextcloud_github_api_url }}" | jq -r ".tag_name" | cut -d 'v' -f2
|
||||
changed_when: false
|
||||
check_mode: false
|
||||
register: latest_version
|
||||
register: nextcloud_latest_version
|
||||
|
||||
- name: "Common | Kopiere Update-Skript"
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue