Rename variable

This commit is contained in:
phil 2023-10-25 19:31:56 +02:00
parent 327b9a12f1
commit 5738e9bcf0
2 changed files with 3 additions and 3 deletions

View file

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